aurelia-bootstrapper
Version:
Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.
18 lines (14 loc) • 442 B
JavaScript
;
System.register(['./aurelia-bootstrapper'], function (_export, _context) {
"use strict";
return {
setters: [function (_aureliaBootstrapper) {
var _exportObj = {};
for (var _key in _aureliaBootstrapper) {
if (_key !== "default" && _key !== "__esModule") _exportObj[_key] = _aureliaBootstrapper[_key];
}
_export(_exportObj);
}],
execute: function () {}
};
});