| 
									
										
										
										
											2016-09-07 16:04:33 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @license | 
					
						
							|  |  |  |  * Copyright Google Inc. All Rights Reserved. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Use of this source code is governed by an MIT-style license that can be | 
					
						
							|  |  |  |  * found in the LICENSE file at https://angular.io/license
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | import {platformBrowserDynamic} from '@angular/platform-browser-dynamic'; | 
					
						
							| 
									
										
										
										
											2017-01-27 17:39:48 -08:00
										 |  |  | import * as mod from './module'; | 
					
						
							| 
									
										
										
										
											2016-09-07 16:04:33 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-27 17:39:48 -08:00
										 |  |  | if (mod.AppModule) { | 
					
						
							|  |  |  |   platformBrowserDynamic().bootstrapModule(mod.AppModule); | 
					
						
							|  |  |  | } |