5 lines
180 B
TypeScript
5 lines
180 B
TypeScript
|
import { bootstrap } from '@angular/platform-browser-dynamic';
|
||
|
import { HeroTeamBuilderComponent } from './hero-team-builder.component';
|
||
|
|
||
|
bootstrap(HeroTeamBuilderComponent);
|