| 
									
										
										
										
											2019-10-23 15:30:32 +02:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @license | 
					
						
							| 
									
										
										
										
											2020-05-19 12:08:49 -07:00
										 |  |  |  * Copyright Google LLC All Rights Reserved. | 
					
						
							| 
									
										
										
										
											2019-10-23 15:30:32 +02:00
										 |  |  |  * | 
					
						
							|  |  |  |  * 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
 | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2020-03-18 09:01:41 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | // @ts-ignore Cannot find module
 | 
					
						
							| 
									
										
										
										
											2019-10-23 15:30:32 +02:00
										 |  |  | import {enableProdMode} from '@angular/core'; | 
					
						
							| 
									
										
										
										
											2020-03-18 09:01:41 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | // @ts-ignore Cannot find module
 | 
					
						
							| 
									
										
										
										
											2019-10-23 15:30:32 +02:00
										 |  |  | import {platformBrowser} from '@angular/platform-browser'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-18 09:01:41 -07:00
										 |  |  | // @ts-ignore Cannot find module
 | 
					
						
							| 
									
										
										
										
											2019-10-23 15:30:32 +02:00
										 |  |  | import {AppModuleNgFactory} from './app.module.ngfactory'; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | enableProdMode(); | 
					
						
							|  |  |  | platformBrowser().bootstrapModuleFactory(AppModuleNgFactory); |