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

6 lines 386 B
import type { Tree } from '@nx/devkit'; import type { SourceFile } from 'typescript'; import type { EntryPoint } from './entry-point'; export declare function getModuleDeclarations(file: SourceFile, moduleFilePath: string, projectName: string): string[]; export declare function getModuleFilePaths(tree: Tree, entryPoint: EntryPoint): string[]; //# sourceMappingURL=module-info.d.ts.map