| 
									
										
										
										
											2016-06-19 00:20:38 -04:00
										 |  |  | // #docregion
 | 
					
						
							| 
									
										
										
										
											2016-04-27 11:28:22 -07:00
										 |  |  | import { bootstrap }    from '@angular/platform-browser-dynamic'; | 
					
						
							| 
									
										
										
										
											2016-05-03 14:06:32 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-23 09:42:57 -08:00
										 |  |  | import { AppComponent } from './app.component'; | 
					
						
							| 
									
										
										
										
											2016-07-05 21:20:33 -05:00
										 |  |  | import { appRouterProviders } from './app.routes'; | 
					
						
							| 
									
										
										
										
											2015-12-23 09:42:57 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-19 00:20:38 -04:00
										 |  |  | bootstrap(AppComponent, [ | 
					
						
							| 
									
										
										
										
											2016-07-05 21:20:33 -05:00
										 |  |  |   appRouterProviders | 
					
						
							| 
									
										
										
										
											2016-06-19 00:20:38 -04:00
										 |  |  | ]); |