UNPKG

app-decorators

Version:

Collection of useful ES7 Decorators, writtin in ES6, that can be used for building webapps

26 lines (23 loc) 782 B
/** * * Die Runtime sollte so kurz wie möglich sein. Sie sollte als erstes * im <script></script> enhalten sein. * * - beim initialen attached schauen ob e.g url /hallo/du/da.html * im übergebenen cachedRoute enthalten ist. Wenn ja handler * aufrufen. * - bei click auf neue url, und wenn nichts mehr im cachedRoute nicht vorhanden, * dann router.js laden und mit der runtime ersetezen * */ System.register(["app-decorators/src/libs/element-to-function"], function (_export, _context) { "use strict"; var _elementToFunc; return { setters: [function (_appDecoratorsSrcLibsElementToFunction) { _elementToFunc = _appDecoratorsSrcLibsElementToFunction.default; }], execute: function () {} }; }); //# sourceMappingURL=router.runtime.js.map