6 lines
131 B
TypeScript
Raw Normal View History

// #docregion
import {bootstrap} from 'angular2/angular2';
import {AppComponent} from './app.component';
bootstrap(AppComponent);