| 
									
										
										
										
											2015-12-10 09:40:54 -08:00
										 |  |  | /* First version */ | 
					
						
							|  |  |  | // #docplaster
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // #docregion all
 | 
					
						
							| 
									
										
										
										
											2016-05-02 16:53:25 -07:00
										 |  |  | import { bootstrap }        from '@angular/platform-browser-dynamic'; | 
					
						
							|  |  |  | import { ROUTER_PROVIDERS } from '@angular/router'; | 
					
						
							| 
									
										
										
										
											2015-12-10 09:40:54 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-02 16:53:25 -07:00
										 |  |  | import { AppComponent }     from './app.component'; | 
					
						
							| 
									
										
										
										
											2015-12-10 09:40:54 -08:00
										 |  |  | // #enddocregion all
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Can't use AppComponent ... but display as if we can | 
					
						
							|  |  |  | // #docregion all
 | 
					
						
							|  |  |  | bootstrap(AppComponent, [ | 
					
						
							|  |  |  | // #enddocregion all
 | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // Actually use the v.1 component
 | 
					
						
							| 
									
										
										
										
											2016-05-02 16:53:25 -07:00
										 |  |  | import { AppComponent as ac } from './app.component.1'; | 
					
						
							| 
									
										
										
										
											2015-12-10 09:40:54 -08:00
										 |  |  | bootstrap(ac, [ | 
					
						
							|  |  |  | // #docregion all
 | 
					
						
							| 
									
										
										
										
											2015-12-31 16:55:53 -08:00
										 |  |  |   ROUTER_PROVIDERS | 
					
						
							| 
									
										
										
										
											2015-12-10 09:40:54 -08:00
										 |  |  | ]); | 
					
						
							| 
									
										
										
										
											2016-05-02 16:53:25 -07:00
										 |  |  | // #enddocregion all
 |