Skip to content

Commit 5eeebf9

Browse files
committed
refactor(@angular/build): provide private component stylesheet bundling API for internal compilation infrastructure
The `ComponentStylesheetBundler` class is now available from the `private` entry point for the `@angular/build` package. All items exposed from this entry point are not subject to SemVer guarantees and may change between releases. Use with caution as breakage may occur when updating versions.
1 parent 82fda14 commit 5eeebf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular/build/src/private.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export function createCompilerPlugin(
6060

6161
export type { AngularCompilation } from './tools/angular/compilation';
6262
export { createAngularCompilation };
63+
export { ComponentStylesheetBundler } from './tools/esbuild/angular/component-stylesheets';
6364

6465
// Utilities
6566
export * from './utils/bundle-calculator';

0 commit comments

Comments
 (0)