2016-06-15 15:14:45 -07:00

5 lines
180 B
TypeScript

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