4 lines
131 B
TypeScript
Raw Normal View History

2015-12-23 09:42:57 -08:00
import { bootstrap } from 'angular2/platform/browser';
import { AppComponent } from './app.component';
bootstrap(AppComponent);