Update dependencies (mostly angular2 to rc.0).
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { bootstrap } from 'angular2/platform/browser';
|
||||
import { HTTP_PROVIDERS } from 'angular2/http';
|
||||
import { bootstrap } from '@angular/platform-browser-dynamic';
|
||||
|
||||
import { MainAppComponent } from './main-app.component';
|
||||
|
||||
@@ -9,7 +8,6 @@ import {MapperService} from './services/mapper.service';
|
||||
process.stdout = require('browser-stdout')();
|
||||
|
||||
bootstrap(MainAppComponent, [
|
||||
HTTP_PROVIDERS,
|
||||
DataProviderService,
|
||||
MapperService
|
||||
]).catch(err => console.error(err));
|
||||
|
||||
Reference in New Issue
Block a user