2016-04-08 15:41:37 +03:00
|
|
|
import { bootstrap } from '@angular/platform-browser-dynamic';
|
2016-06-15 22:55:13 +02:00
|
|
|
|
2016-04-08 15:41:37 +03:00
|
|
|
import { HeroTeamBuilderComponent } from './hero-team-builder.component';
|
|
|
|
|
|
|
|
bootstrap(HeroTeamBuilderComponent);
|