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

5 lines 465 B
import type { Tree } from '@nx/devkit'; import { ngModuleDecoratorProperty } from './insert-ngmodule-import'; export declare function findModule(tree: Tree, path: string, module?: string): string; export declare function addToNgModule(tree: Tree, path: string, modulePath: string, name: string, className: string, fileName: string, ngModuleProperty: ngModuleDecoratorProperty, isFlat?: boolean, isExported?: boolean): void; //# sourceMappingURL=find-module.d.ts.map