2016-04-12 20:08:09 -07:00

10 lines
182 B
TypeScript

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