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:
496 bytes
|
Line | |
---|
1 | /// <amd-module name="@angular/compiler-cli/ngcc" />
|
---|
2 | import { AsyncNgccOptions, SyncNgccOptions } from './src/ngcc_options';
|
---|
3 | export { ConsoleLogger, Logger, LogLevel } from '../src/ngtsc/logging';
|
---|
4 | export { AsyncNgccOptions, clearTsConfigCache, NgccOptions, SyncNgccOptions } from './src/ngcc_options';
|
---|
5 | export { PathMappings } from './src/path_mappings';
|
---|
6 | export declare function process<T extends AsyncNgccOptions | SyncNgccOptions>(options: T): T extends AsyncNgccOptions ? Promise<void> : void;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.