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 346 B
import type { Tree } from '@nx/devkit'; import type { NormalizedNgRxGeneratorOptions } from './normalize-options'; /** * Add ngrx feature exports to the public barrel in the feature library */ export declare function addExportsToBarrel(tree: Tree, options: NormalizedNgRxGeneratorOptions): void; //# sourceMappingURL=add-exports-barrel.d.ts.map