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.
 
 
 
 
 

7 lines
435 B

import { Generator } from 'nx/src/devkit-exports';
/**
* Convert an Nx Generator into an Angular Devkit Schematic.
* @param generator The Nx generator to convert to an Angular Devkit Schematic.
*/
export declare function convertNxGenerator<T = any>(generator: Generator<T>, skipWritingConfigInOldFormat?: boolean): (generatorOptions: T) => (tree: any, context: any) => Promise<any>;
//# sourceMappingURL=invoke-nx-generator.d.ts.map