| 
									
										
										
										
											2016-05-03 14:06:32 +02:00
										 |  |  | import { bootstrap } from '@angular/platform-browser-dynamic'; | 
					
						
							| 
									
										
										
										
											2015-12-10 21:41:02 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-03 14:06:32 +02:00
										 |  |  | import { AppCtorComponent } from './app-ctor.component'; | 
					
						
							|  |  |  | import { AppComponent as v1 } from './app.component.1'; | 
					
						
							|  |  |  | import { AppComponent as v2 } from './app.component.2'; | 
					
						
							|  |  |  | import { AppComponent as v3 } from './app.component.3'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import { AppComponent as final } from './app.component'; | 
					
						
							| 
									
										
										
										
											2015-12-10 21:41:02 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | // pick one
 | 
					
						
							|  |  |  | //bootstrap(v1);
 | 
					
						
							|  |  |  | //bootstrap(v2);
 | 
					
						
							|  |  |  | //bootstrap(v3);
 | 
					
						
							|  |  |  | bootstrap(final); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // for doc testing
 | 
					
						
							| 
									
										
										
										
											2016-05-03 14:06:32 +02:00
										 |  |  | bootstrap(AppCtorComponent); |