6 lines
		
	
	
		
			190 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			190 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { bootstrap } from '@angular/platform-browser-dynamic';
 | 
						|
 | 
						|
import { StructuralDirectivesComponent } from './structural-directives.component';
 | 
						|
 | 
						|
bootstrap(StructuralDirectivesComponent);
 |