6 lines
		
	
	
		
			139 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			139 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| // #docregion
 | |
| import {bootstrap} from 'angular2/platform/browser';
 | |
| import {AppComponent} from './app.component';
 | |
| 
 | |
| bootstrap(AppComponent);
 |