| 
									
										
										
										
											2016-06-23 09:47:54 -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
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-07-21 13:56:58 -07:00
										 |  |  | /** | 
					
						
							|  |  |  |  * @module | 
					
						
							|  |  |  |  * @description | 
					
						
							| 
									
										
										
										
											2016-08-30 18:07:40 -07:00
										 |  |  |  * Entry point for all APIs of the compiler package. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * <div class="callout is-critical"> | 
					
						
							|  |  |  |  *   <header>Unstable APIs</header> | 
					
						
							|  |  |  |  *   <p> | 
					
						
							|  |  |  |  *     All compiler apis are currently considered experimental and private! | 
					
						
							|  |  |  |  *   </p> | 
					
						
							|  |  |  |  *   <p> | 
					
						
							|  |  |  |  *     We expect the APIs in this package to keep on changing. Do not rely on them. | 
					
						
							|  |  |  |  *   </p> | 
					
						
							|  |  |  |  * </div> | 
					
						
							| 
									
										
										
										
											2016-07-21 13:56:58 -07:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2016-10-18 08:03:49 -07:00
										 |  |  | export * from './src/template_parser/template_ast'; | 
					
						
							|  |  |  | export {TEMPLATE_TRANSFORMS} from './src/template_parser/template_parser'; | 
					
						
							|  |  |  | export {CompilerConfig, RenderTypes} from './src/config'; | 
					
						
							|  |  |  | export * from './src/compile_metadata'; | 
					
						
							|  |  |  | export * from './src/offline_compiler'; | 
					
						
							|  |  |  | export {RuntimeCompiler} from './src/runtime_compiler'; | 
					
						
							|  |  |  | export * from './src/url_resolver'; | 
					
						
							|  |  |  | export * from './src/resource_loader'; | 
					
						
							|  |  |  | export * from './src/compiler'; | 
					
						
							|  |  |  | export {DirectiveResolver} from './src/directive_resolver'; | 
					
						
							|  |  |  | export {PipeResolver} from './src/pipe_resolver'; | 
					
						
							|  |  |  | export {NgModuleResolver} from './src/ng_module_resolver'; | 
					
						
							|  |  |  | export {DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig} from './src/ml_parser/interpolation_config'; | 
					
						
							| 
									
										
										
										
											2016-10-24 09:58:52 -07:00
										 |  |  | export * from './src/schema/element_schema_registry'; | 
					
						
							| 
									
										
										
										
											2016-10-18 08:03:49 -07:00
										 |  |  | export * from './src/i18n/index'; | 
					
						
							|  |  |  | export * from './src/directive_normalizer'; | 
					
						
							|  |  |  | export * from './src/expression_parser/lexer'; | 
					
						
							|  |  |  | export * from './src/expression_parser/parser'; | 
					
						
							|  |  |  | export * from './src/metadata_resolver'; | 
					
						
							|  |  |  | export * from './src/ml_parser/html_parser'; | 
					
						
							|  |  |  | export * from './src/ml_parser/interpolation_config'; | 
					
						
							|  |  |  | export {NgModuleCompiler} from './src/ng_module_compiler'; | 
					
						
							| 
									
										
										
										
											2016-10-13 16:34:37 -07:00
										 |  |  | export {DirectiveWrapperCompiler} from './src/directive_wrapper_compiler'; | 
					
						
							| 
									
										
										
										
											2016-10-18 08:03:49 -07:00
										 |  |  | export * from './src/output/path_util'; | 
					
						
							|  |  |  | export * from './src/output/ts_emitter'; | 
					
						
							|  |  |  | export * from './src/parse_util'; | 
					
						
							|  |  |  | export * from './src/schema/dom_element_schema_registry'; | 
					
						
							|  |  |  | export * from './src/selector'; | 
					
						
							|  |  |  | export * from './src/style_compiler'; | 
					
						
							|  |  |  | export * from './src/template_parser/template_parser'; | 
					
						
							|  |  |  | export {ViewCompiler} from './src/view_compiler/view_compiler'; | 
					
						
							| 
									
										
										
										
											2016-07-21 13:56:58 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-30 18:07:40 -07:00
										 |  |  | // This file only reexports content of the `src` folder. Keep it that way.
 |