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

8 lines 410 B
import type { GeneratorCallback, Tree } from '@nx/devkit'; import type { NgRxGeneratorOptions } from './schema'; /** * @deprecated Use the 'ngrx-root-store' and 'ngrx-feature-store' generators instead. It will be removed in Nx v22. */ export declare function ngrxGenerator(tree: Tree, schema: NgRxGeneratorOptions): Promise<GeneratorCallback>; export default ngrxGenerator; //# sourceMappingURL=ngrx.d.ts.map