6 lines
216 B
TypeScript
Raw Normal View History

import {bootstrap} from 'angular2/platform/browser';
import {AppComponent} from './app.component';
import {HeroBirthday} from './hero-birthday1.component';
bootstrap(AppComponent);
bootstrap(HeroBirthday); // v.1