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

14 lines (13 loc) 336 B
export interface ComponentTestSchema { project: string; // SomethingComponent componentName: string; // path from source root to component dir // ./src/lib/something componentDir: string; // file name without ext // something.component componentFileName: string; skipFormat?: boolean; skipPackageJson?: boolean; }