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';
|
2016-03-24 15:30:26 -04:00
|
|
|
|
2016-04-14 13:36:38 -04:00
|
|
|
bootstrap(AppComponent);
|
2016-06-03 21:15:14 -04:00
|
|
|
|