Last change
on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
654 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | /// <amd-module name="@angular/compiler-cli" />
|
---|
| 2 | export { AotCompilerHost, AotCompilerHost as StaticReflectorHost, StaticReflector, StaticSymbol } from '@angular/compiler';
|
---|
| 3 | export { VERSION } from './src/version';
|
---|
| 4 | export * from './src/metadata';
|
---|
| 5 | export * from './src/transformers/api';
|
---|
| 6 | export * from './src/transformers/entry_points';
|
---|
| 7 | export * from './src/perform_compile';
|
---|
| 8 | export * from './src/tooling';
|
---|
| 9 | export { CompilerOptions as AngularCompilerOptions } from './src/transformers/api';
|
---|
| 10 | export { ngToTsDiagnostic } from './src/transformers/util';
|
---|
| 11 | export { NgTscPlugin } from './src/ngtsc/tsc_plugin';
|
---|
| 12 | export { NgtscProgram } from './src/ngtsc/program';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.