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

11 lines 490 B
/** * Adapted from the original ng-packagr. * * Changes made: * - Removed bundling altogether. * - Write the ESM2022 outputs to the file system. * - Fake the FESM2022 outputs pointing them to the ESM2022 outputs. */ import type { NgPackagrOptions } from 'ng-packagr/src/lib/ng-package/options.di'; export declare const writeBundlesTransform: (_options: NgPackagrOptions) => import("ng-packagr/src/lib/graph/transform").Transform; //# sourceMappingURL=write-bundles.transform.d.ts.map