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