7 lines
		
	
	
		
			159 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			159 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { bootstrap }    from '@angular/platform-browser-dynamic';
 | 
						|
import 'rxjs/Rx';
 | 
						|
 | 
						|
import { AppComponent } from './app.component';
 | 
						|
 | 
						|
bootstrap(AppComponent);
 |