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 422 B
import { Tree } from '@nx/devkit'; export type ngModuleDecoratorProperty = 'imports' | 'providers' | 'declarations' | 'exports'; export declare function insertNgModuleProperty(tree: Tree, modulePath: string, name: string, property: ngModuleDecoratorProperty): void; export declare function insertNgModuleImport(tree: Tree, modulePath: string, importName: string): void; //# sourceMappingURL=insert-ngmodule-import.d.ts.map