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

16 lines 639 B
export * from './add-cypress-workaround'; export * from './add-remote-entry'; export * from './add-remote-to-host'; export * from './change-build-target'; export * from './fix-bootstrap'; export * from './generate-config'; export * from './get-remotes-with-ports'; export * from './move-angular-plugin-to-dependencies'; export * from './normalize-options'; export * from './update-tsconfig'; export * from './setup-host-if-dynamic'; export * from './setup-serve-target'; export * from './update-host-app-routes'; export * from './remove-dead-code-from-remote'; export * from './setup-tspath-for-remote'; //# sourceMappingURL=index.d.ts.map