You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
654 B

/// <amd-module name="@angular/compiler-cli" />
export { AotCompilerHost, AotCompilerHost as StaticReflectorHost, StaticReflector, StaticSymbol } from '@angular/compiler';
export { VERSION } from './src/version';
export * from './src/metadata';
export * from './src/transformers/api';
export * from './src/transformers/entry_points';
export * from './src/perform_compile';
export * from './src/tooling';
export { CompilerOptions as AngularCompilerOptions } from './src/transformers/api';
export { ngToTsDiagnostic } from './src/transformers/util';
export { NgTscPlugin } from './src/ngtsc/tsc_plugin';
export { NgtscProgram } from './src/ngtsc/program';