2016-01-11 13:49:12 +01:00
|
|
|
//#docregion
|
2016-04-27 11:28:22 -07:00
|
|
|
import {bootstrap} from '@angular/platform-browser-dynamic';
|
2016-01-11 13:49:12 +01:00
|
|
|
import {AppComponent} from './app.component';
|
|
|
|
import {ProvidersComponent} from './providers.component';
|
|
|
|
|
|
|
|
//#docregion bootstrap
|
|
|
|
bootstrap(AppComponent);
|
|
|
|
//#enddocregion bootstrap
|
|
|
|
bootstrap(ProvidersComponent);
|