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

7 lines 304 B
import type { Tree } from '@nx/devkit'; import type { Schema } from './schema'; /** * @deprecated Use the `@nx/workspace:move` generator instead. It will be removed in Nx v22. */ export declare function angularMoveGenerator(tree: Tree, schema: Schema): Promise<void>; //# sourceMappingURL=move.d.ts.map