2015-11-19 16:59:22 -08:00
|
|
|
// #docregion
|
2016-05-03 14:06:32 +02:00
|
|
|
import { bootstrap } from '@angular/platform-browser-dynamic';
|
|
|
|
|
|
|
|
import { AppComponent } from './app.component';
|
2015-11-19 16:59:22 -08:00
|
|
|
|
|
|
|
bootstrap(AppComponent);
|
2016-05-03 14:06:32 +02:00
|
|
|
|