2016-05-03 14:06:32 +02:00
|
|
|
import { bootstrap } from '@angular/platform-browser-dynamic';
|
|
|
|
|
|
|
|
import { AppComponent } from './app.component';
|
2016-03-05 17:53:34 -05:00
|
|
|
|
|
|
|
bootstrap(AppComponent, [])
|
2016-06-08 01:06:25 +02:00
|
|
|
.catch((err: any) => console.error(err));
|