fix(angular): update broken imports in ng-packagr executors (#26319)

<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #26235
This commit is contained in:
Leosvel Pérez Espinosa 2024-06-03 12:28:01 +02:00 committed by GitHub
parent d010267d83
commit 1ea0589641
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
* - Use our own options interface to add support for tailwindConfig.
*/
import * as findCacheDirectory from 'find-cache-dir';
import findCacheDirectory from 'find-cache-dir';
import { InjectionToken, Provider, ValueProvider } from 'injection-js';
import { NgPackagrOptions as NgPackagrOptionsBase } from 'ng-packagr/lib/ng-package/options.di';
import { tmpdir } from 'os';

View File

@ -16,7 +16,7 @@ import {
import * as log from 'ng-packagr/lib/utils/log';
import { dirname, extname, join } from 'path';
import autoprefixer from 'autoprefixer';
import * as postcssUrl from 'postcss-url';
import postcssUrl from 'postcss-url';
import { pathToFileURL } from 'node:url';
import {
getTailwindPostCssPlugin,

View File

@ -5,7 +5,7 @@
* - Use our own options interface to add support for tailwindConfig.
*/
import * as findCacheDirectory from 'find-cache-dir';
import findCacheDirectory from 'find-cache-dir';
import { InjectionToken, Provider, ValueProvider } from 'injection-js';
import { NgPackagrOptions as NgPackagrOptionsBase } from 'ng-packagr/lib/ng-package/options.di';
import { tmpdir } from 'os';

View File

@ -16,7 +16,7 @@ import {
import * as log from 'ng-packagr/lib/utils/log';
import { dirname, extname, join } from 'path';
import autoprefixer from 'autoprefixer';
import * as postcssUrl from 'postcss-url';
import postcssUrl from 'postcss-url';
import { pathToFileURL } from 'node:url';
import {
getTailwindPostCssPlugin,