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

12 lines 494 B
import { Tree } from '@nx/devkit'; import type { MoveImplOptions } from './types'; /** * Updates the Angular module name (including the spec file and index.ts) * * Again, if the user has deviated from the expected folder * structure, they are very much on their own. * * @param schema The options provided to the schematic */ export declare function updateModuleName(tree: Tree, { oldProjectName, newProjectName }: MoveImplOptions): void; //# sourceMappingURL=update-module-name.d.ts.map