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 185 B
import type { Tree } from '@nx/devkit'; export declare function getMFProjects(tree: Tree, { legacy }?: { legacy: boolean; }): string[]; //# sourceMappingURL=get-mf-projects.d.ts.map