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

9 lines (8 loc) 177 B
export interface Schema { projectName: string; destination: string; updateImportPath: boolean; importPath?: string; skipFormat?: boolean; newProjectName?: string; }