source: trip-planner-front/node_modules/@angular/compiler-cli/index.d.ts@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 654 bytes
Line 
1/// <amd-module name="@angular/compiler-cli" />
2export { AotCompilerHost, AotCompilerHost as StaticReflectorHost, StaticReflector, StaticSymbol } from '@angular/compiler';
3export { VERSION } from './src/version';
4export * from './src/metadata';
5export * from './src/transformers/api';
6export * from './src/transformers/entry_points';
7export * from './src/perform_compile';
8export * from './src/tooling';
9export { CompilerOptions as AngularCompilerOptions } from './src/transformers/api';
10export { ngToTsDiagnostic } from './src/transformers/util';
11export { NgTscPlugin } from './src/ngtsc/tsc_plugin';
12export { NgtscProgram } from './src/ngtsc/program';
Note: See TracBrowser for help on using the repository browser.