2016-04-27 14:28:22 -04:00
|
|
|
import { bootstrap } from '@angular/platform-browser-dynamic';
|
2016-04-14 13:36:38 -04:00
|
|
|
import { AppComponent } from './app.component';
|
|
|
|
import { MyIfParentComp } from './bag';
|
2016-03-24 15:30:26 -04:00
|
|
|
|
2016-04-14 13:36:38 -04:00
|
|
|
bootstrap(AppComponent);
|
|
|
|
bootstrap(MyIfParentComp);
|