aurelia-framework
Version:
The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.
18 lines (14 loc) • 430 B
JavaScript
System.register(['./aurelia-framework'], function (_export, _context) {
"use strict";
return {
setters: [function (_aureliaFramework) {
var _exportObj = {};
for (var _key in _aureliaFramework) {
if (_key !== "default" && _key !== "__esModule") _exportObj[_key] = _aureliaFramework[_key];
}
_export(_exportObj);
}],
execute: function () {}
};
});
;