4 lines
139 B
TypeScript
Raw Normal View History

2016-04-27 11:28:22 -07:00
import { bootstrap } from '@angular/platform-browser-dynamic';
2015-12-23 09:42:57 -08:00
import { AppComponent } from './app.component';
bootstrap(AppComponent);