| 
									
										
										
										
											2018-05-03 10:40:31 -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
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-09 08:35:25 -07:00
										 |  |  | export const ivyEnabled = false; | 
					
						
							|  |  |  | export const R3_COMPILE_COMPONENT: ((type: any, meta: any) => void)|null = null; | 
					
						
							| 
									
										
										
										
											2018-05-21 08:15:19 -07:00
										 |  |  | export const R3_COMPILE_DIRECTIVE: ((type: any, meta: any) => void)|null = null; | 
					
						
							| 
									
										
										
										
											2018-05-09 08:35:25 -07:00
										 |  |  | export const R3_COMPILE_INJECTABLE: ((type: any, meta: any) => void)|null = null; | 
					
						
							|  |  |  | export const R3_COMPILE_NGMODULE: ((type: any, meta: any) => void)|null = null; |