2016-05-03 08:06:32 -04:00
|
|
|
import { bootstrap } from '@angular/platform-browser-dynamic';
|
|
|
|
import { AppComponent } from './app.component';
|
|
|
|
import { ProvidersComponent } from './providers.component';
|
2016-01-11 07:49:12 -05:00
|
|
|
|
2016-06-07 19:06:25 -04:00
|
|
|
// #docregion bootstrap
|
2016-01-11 07:49:12 -05:00
|
|
|
bootstrap(AppComponent);
|
2016-06-07 19:06:25 -04:00
|
|
|
// #enddocregion bootstrap
|
2016-05-03 08:06:32 -04:00
|
|
|
bootstrap(ProvidersComponent);
|