2016-04-27 11:28:22 -07:00
|
|
|
import { bootstrap } from '@angular/platform-browser-dynamic';
|
2016-04-14 10:36:38 -07:00
|
|
|
import { AppComponent } from './app.component';
|
2016-03-24 19:30:26 +00:00
|
|
|
|
2016-04-14 10:36:38 -07:00
|
|
|
bootstrap(AppComponent);
|
2016-06-03 18:15:14 -07:00
|
|
|
|