2016-06-15 16:48:14 -07:00

6 lines
181 B
TypeScript

import { bootstrap } from '@angular/platform-browser-dynamic';
import { HeroTeamBuilderComponent } from './hero-team-builder.component';
bootstrap(HeroTeamBuilderComponent);