2016-04-28 00:52:20 -07:00

7 lines
151 B
TypeScript

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