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