| 
									
										
										
										
											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-06-22 19:05:31 -07:00
										 |  |  | import {compileComponent, compileDirective} from './render3/jit/directive'; | 
					
						
							| 
									
										
										
										
											2018-05-09 08:35:25 -07:00
										 |  |  | import {compileInjectable} from './render3/jit/injectable'; | 
					
						
							|  |  |  | import {compileNgModule} from './render3/jit/module'; | 
					
						
							| 
									
										
										
										
											2018-06-26 10:44:05 -07:00
										 |  |  | import {compilePipe} from './render3/jit/pipe'; | 
					
						
							| 
									
										
										
										
											2018-05-09 08:35:25 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | export const ivyEnabled = true; | 
					
						
							| 
									
										
										
										
											2018-06-22 19:05:31 -07:00
										 |  |  | export const R3_COMPILE_COMPONENT = compileComponent; | 
					
						
							| 
									
										
										
										
											2018-05-21 08:15:19 -07:00
										 |  |  | export const R3_COMPILE_DIRECTIVE = compileDirective; | 
					
						
							| 
									
										
										
										
											2018-05-09 08:35:25 -07:00
										 |  |  | export const R3_COMPILE_INJECTABLE = compileInjectable; | 
					
						
							|  |  |  | export const R3_COMPILE_NGMODULE = compileNgModule; | 
					
						
							| 
									
										
										
										
											2018-06-26 10:44:05 -07:00
										 |  |  | export const R3_COMPILE_PIPE = compilePipe; |