5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
|
import {bootstrap} from 'angular2/platform/browser';
|
||
|
import {HeroAppComponent} from './hero-app.component';
|
||
|
|
||
|
bootstrap(HeroAppComponent);
|