@nx/angular
Version:
10 lines • 378 B
TypeScript
import type { SourceFile } from 'typescript';
export declare function getModuleMetadataFromAST(componentAST: SourceFile, componentFileContents: string): {
moduleNodes: any;
exportsArray: string[];
importsArray: string[];
declarationsArray: string[];
providersArray: string[];
moduleName: any;
};
//# sourceMappingURL=get-module-metadata-from-ast.d.ts.map