2015-12-16 21:47:02 -05:00
|
|
|
System.register(['angular2/platform/browser', './app.component'], function(exports_1) {
|
|
|
|
var browser_1, app_component_1;
|
|
|
|
return {
|
|
|
|
setters:[
|
|
|
|
function (browser_1_1) {
|
|
|
|
browser_1 = browser_1_1;
|
|
|
|
},
|
|
|
|
function (app_component_1_1) {
|
|
|
|
app_component_1 = app_component_1_1;
|
|
|
|
}],
|
|
|
|
execute: function() {
|
|
|
|
browser_1.bootstrap(app_component_1.AppComponent);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
2016-01-28 16:15:26 -08:00
|
|
|
//# sourceMappingURL=main.js.map
|