app-decorators
Version:
Collection of useful ES7 Decorators, writtin in ES6, that can be used for building webapps
22 lines (18 loc) • 895 B
JavaScript
System.register(['app-decorators/src/libs/element-to-function', './datas/polyfills', './helpers/lazyPolyfillLoader'], function (_export, _context) {
"use strict";
var _elementToFunc, polyfills, lazyPolyfillLoader, bootstrapPolyfills;
return {
setters: [function (_appDecoratorsSrcLibsElementToFunction) {
_elementToFunc = _appDecoratorsSrcLibsElementToFunction.default;
}, function (_datasPolyfills) {
polyfills = _datasPolyfills.polyfills;
}, function (_helpersLazyPolyfillLoader) {
lazyPolyfillLoader = _helpersLazyPolyfillLoader.lazyPolyfillLoader;
}],
execute: function () {
_export('bootstrapPolyfills', bootstrapPolyfills = lazyPolyfillLoader(System, polyfills));
_export('bootstrapPolyfills', bootstrapPolyfills);
}
};
});
//# sourceMappingURL=bootstrap.js.map