5 lines
		
	
	
		
			177 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			177 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import {bootstrap} from 'angular2/platform/browser';
 | |
| import {StructuralDirectivesComponent} from './structural-directives.component';
 | |
| 
 | |
| bootstrap(StructuralDirectivesComponent);
 |