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 443 B
import { type Schema } from '../schema'; import { type ExecutorContext, type ProjectConfiguration } from '@nx/devkit'; export declare function startRemotes(remotes: string[], workspaceProjects: Record<string, ProjectConfiguration>, options: Pick<Schema, 'devRemotes' | 'verbose'>, context: ExecutorContext, target?: 'serve' | 'serve-static'): Promise<AsyncIterable<{ success: boolean; }>[]>; //# sourceMappingURL=start-dev-remotes.d.ts.map