diff app/boot.ts @ 45:dc4f0541f04d ng2-rc1

update to angular2-rc1. mostly working ;-(
author casties
date Tue, 14 Jun 2016 20:00:39 +0200
parents 9343e43a17d1
children
line wrap: on
line diff
--- a/app/boot.ts	Tue Jun 14 19:58:53 2016 +0200
+++ b/app/boot.ts	Tue Jun 14 20:00:39 2016 +0200
@@ -1,7 +1,7 @@
 import 'zone.js/dist/zone.min.js';
 import 'reflect-metadata';
 
-import {bootstrap}    from 'angular2/platform/browser'
+import {bootstrap}    from '@angular/platform-browser-dynamic'
 import {QueryAppComponent} from './query-app.component'
 
 bootstrap(QueryAppComponent);