7 lines
163 B
TypeScript
Raw Normal View History

// #docregion
2016-04-27 11:28:22 -07:00
import { bootstrap } from '@angular/platform-browser-dynamic';
import { AppComponent } from './app/app.component';
bootstrap(AppComponent, []);