index.d.ts
1.2 KB
/**
* @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
*/
export { AotCompilerHost, AotCompilerHost as StaticReflectorHost, StaticReflector, StaticSymbol } from '@angular/compiler';
export { CodeGenerator } from './src/codegen';
export { CompilerHost, CompilerHostContext, ModuleResolutionHostAdapter, NodeCompilerHostContext } from './src/compiler_host';
export { Extractor } from './src/extractor';
export * from '@angular/tsc-wrapped';
export { VERSION } from './src/version';
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';
export { NgTools_InternalApi_NG_2 as __NGTOOLS_PRIVATE_API_2 } from './src/ngtools_api';