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

15 lines 598 B
/** * Adapted from the original ng-packagr source. * * Changes made: * - Add the project root to the search directories. */ import type { NgPackageEntryConfig } from 'ng-packagr/src/ng-entrypoint.schema'; export declare enum CssUrl { inline = "inline", none = "none" } export declare function getStylesheetProcessor(): new (projectBasePath: string, basePath: string, cssUrl?: CssUrl, includePaths?: string[], sass?: NgPackageEntryConfig['lib']['sass'], cacheDirectory?: string | false, watch?: boolean) => { [key: string]: any; }; //# sourceMappingURL=stylesheet-processor.d.ts.map