@nx/angular
Version:
10 lines • 530 B
TypeScript
import { type ProjectConfiguration, type Tree } from '@nx/devkit';
export type ComponentMetadata = {
fileName: string;
extensionlessFileName: string;
path: string;
symbolName: string;
};
export declare function getAppComponentInfo(tree: Tree, componentFileSuffix: string, project: ProjectConfiguration): ComponentMetadata;
export declare function getNxWelcomeComponentInfo(tree: Tree, componentFileSuffix: string, project: ProjectConfiguration): ComponentMetadata;
//# sourceMappingURL=app-components-info.d.ts.map