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

Last change on this file since 8d391a1 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" />
2import { AsyncNgccOptions, SyncNgccOptions } from './src/ngcc_options';
3export { ConsoleLogger, Logger, LogLevel } from '../src/ngtsc/logging';
4export { AsyncNgccOptions, clearTsConfigCache, NgccOptions, SyncNgccOptions } from './src/ngcc_options';
5export { PathMappings } from './src/path_mappings';
6export 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.