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

8 lines 562 B
/** * Note to developers: STOP! These exports end up as the public API of @nx/angular/src/utils. * * Try hard to not add to this API to reduce the surface area we need to maintain. */ export { isStandalone, addImportToComponent, addImportToDirective, addImportToPipe, addImportToModule, addProviderToBootstrapApplication, addProviderToAppConfig, addProviderToComponent, addProviderToModule, addViewProviderToComponent, } from './nx-devkit/ast-utils'; export { addRoute, addProviderToRoute } from './nx-devkit/route-utils'; //# sourceMappingURL=index.d.ts.map