UNPKG

@nx/angular

Version:

The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Playwright and Cypre

10 lines 530 B
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