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

8 lines 269 B
import type { Tree } from '@nx/devkit'; export type EntryPoint = { name: string; path: string; excludeDirs?: string[]; }; export declare function getProjectEntryPoints(tree: Tree, projectName: string): EntryPoint[]; //# sourceMappingURL=entry-point.d.ts.map