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

5 lines 277 B
import { Tree } from '@nx/devkit'; import type { WorkspaceProjects } from './types'; export declare function getAllProjects(tree: Tree): WorkspaceProjects; export declare function convertToNxProject(tree: Tree, projectName: string): void; //# sourceMappingURL=projects.d.ts.map