How to use the __metadata function from tslib

Find comprehensive JavaScript tslib.__metadata code examples handpicked from public code repositorys.

145
146
147
148
149
150
151
152
153
154
        return (0, utility_1.transformObservable)(executeHandler.apply(undefined, tslib_1.__spreadArray([action], otherEvent, true)));
    };
    Action = tslib_1.__decorate([
        tslib_1.__param(0, (0, di_1.Inject)(di_1.Injector)),
        tslib_1.__param(1, (0, di_1.Inject)(token_1.GET_TYPE)),
        tslib_1.__metadata("design:paramtypes", [di_1.Injector, Object])
    ], Action);
    return Action;
}());
exports.Action = Action;
fork icon0
star icon2
watch icon1

+ 2 other calls in file