mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
31 lines
1.1 KiB
JavaScript
31 lines
1.1 KiB
JavaScript
System.register(['angular2/platform/browser', './app.component', "angular2/router", 'angular2/http', "./services/authentication"], function(exports_1, context_1) {
|
|
"use strict";
|
|
var __moduleName = context_1 && context_1.id;
|
|
var browser_1, app_component_1, router_1, http_1, authentication_1;
|
|
return {
|
|
setters:[
|
|
function (browser_1_1) {
|
|
browser_1 = browser_1_1;
|
|
},
|
|
function (app_component_1_1) {
|
|
app_component_1 = app_component_1_1;
|
|
},
|
|
function (router_1_1) {
|
|
router_1 = router_1_1;
|
|
},
|
|
function (http_1_1) {
|
|
http_1 = http_1_1;
|
|
},
|
|
function (authentication_1_1) {
|
|
authentication_1 = authentication_1_1;
|
|
}],
|
|
execute: function() {
|
|
browser_1.bootstrap(app_component_1.AppComponent, [
|
|
router_1.ROUTER_PROVIDERS,
|
|
http_1.HTTP_PROVIDERS,
|
|
authentication_1.Authentication
|
|
]);
|
|
}
|
|
}
|
|
});
|
|
//# sourceMappingURL=main.js.map
|