2015-12-13 00:57:14 -08:00

6 lines
216 B
TypeScript

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