Files
alfresco-ng2-components/demo-shell-ng2/dist/app/main.js
Mario Romano 88bd8ea345 #33 draft gulp
2016-04-19 11:57:05 +01:00

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