2015-12-12 09:39:01 -08:00

6 lines
142 B
TypeScript

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