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

7 lines 290 B
import type { Tree } from 'nx/src/generators/tree'; export declare function getComponentDataFromAST(tree: Tree, normalizedComponentPath: string): { componentFileContents: string; componentAST: any; componentName: any; }; //# sourceMappingURL=get-component-data-from-ast.d.ts.map