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

10 lines 362 B
import { Tree } from '@nx/devkit'; export type AddRemoteOptions = { host: string; appName: string; standalone: boolean; port: number; }; export declare function checkIsCommaNeeded(mfRemoteText: string): boolean; export declare function addRemoteToHost(tree: Tree, options: AddRemoteOptions): void; //# sourceMappingURL=add-remote-to-host.d.ts.map