| 
									
										
										
										
											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-11-15 08:49:23 -08:00
										 |  |  | export {AotCompilerHost, AotCompilerHost as StaticReflectorHost, StaticReflector, StaticSymbol} from '@angular/compiler'; | 
					
						
							| 
									
										
										
										
											2016-05-03 09:24:09 -07:00
										 |  |  | export {CodeGenerator} from './src/codegen'; | 
					
						
							| 
									
										
										
										
											2016-12-01 13:24:51 -08:00
										 |  |  | export {CompilerHost, CompilerHostContext, ModuleResolutionHostAdapter, NodeCompilerHostContext} from './src/compiler_host'; | 
					
						
							| 
									
										
										
										
											2016-10-21 15:17:57 -07:00
										 |  |  | export {Extractor} from './src/extractor'; | 
					
						
							| 
									
										
										
										
											2016-05-27 16:22:16 -07:00
										 |  |  | export * from '@angular/tsc-wrapped'; | 
					
						
							| 
									
										
										
										
											2016-12-06 16:21:07 -08:00
										 |  |  | export {VERSION} from './src/version'; | 
					
						
							| 
									
										
										
										
											2016-12-13 17:35:06 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-09 16:16:50 -07:00
										 |  |  | export {DiagnosticTemplateInfo, getTemplateExpressionDiagnostics, getExpressionScope} from './src/diagnostics/expression_diagnostics'; | 
					
						
							|  |  |  | export {AstType, ExpressionDiagnosticsContext} from './src/diagnostics/expression_type'; | 
					
						
							|  |  |  | export {getClassMembersFromDeclaration, getPipesTable, getSymbolQuery} from './src/diagnostics/typescript_symbols'; | 
					
						
							|  |  |  | export {BuiltinType, DeclarationKind, Definition, PipeInfo, Pipes, Signature, Span, Symbol, SymbolDeclaration, SymbolQuery, SymbolTable} from './src/diagnostics/symbols'; | 
					
						
							| 
									
										
										
										
											2016-12-13 17:35:06 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-06-09 14:50:57 -07:00
										 |  |  | export * from './src/transformers/api'; | 
					
						
							|  |  |  | export * from './src/transformers/entry_points'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-09 13:45:45 -07:00
										 |  |  | export {performCompilation, readConfiguration, formatDiagnostics, calcProjectFileAndBasePath, createNgCompilerOptions} from './src/perform-compile'; | 
					
						
							| 
									
										
										
										
											2017-06-09 14:50:57 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-13 17:35:06 -08:00
										 |  |  | // TODO(hansl): moving to Angular 4 need to update this API.
 | 
					
						
							| 
									
										
										
										
											2017-05-09 16:16:50 -07:00
										 |  |  | export {NgTools_InternalApi_NG_2 as __NGTOOLS_PRIVATE_API_2} from './src/ngtools_api'; |