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

10 lines (9 loc) 214 B
export interface Schema { skipFormat?: boolean; skipInstall?: boolean; skipPackageJson?: boolean; keepExistingVersions?: boolean; /* internal */ addPlugin?: boolean; updatePackageScripts?: boolean; }