app-decorators
Version:
Collection of useful ES7 Decorators, writtin in ES6, that can be used for building webapps
24 lines (19 loc) • 757 B
JavaScript
System.register(['app-decorators/src/libs/element-to-function', 'app-decorators'], function (_export, _context) {
"use strict";
var _elementToFunc, component, view, on;
return {
setters: [function (_appDecoratorsSrcLibsElementToFunction) {
_elementToFunc = _appDecoratorsSrcLibsElementToFunction.default;
}, function (_appDecorators) {
component = _appDecorators.component;
view = _appDecorators.view;
on = _appDecorators.on;
}],
execute: function () {
describe('Integratioin test of @component @view, @on and @action', function () {
it('x', function () {});
});
}
};
});
//# sourceMappingURL=all.spec.js.map