diff --git a/packages/angular/build/src/private.ts b/packages/angular/build/src/private.ts index 950a54797250..e572ac02b216 100644 --- a/packages/angular/build/src/private.ts +++ b/packages/angular/build/src/private.ts @@ -60,6 +60,7 @@ export function createCompilerPlugin( export type { AngularCompilation } from './tools/angular/compilation'; export { createAngularCompilation }; +export { ComponentStylesheetBundler } from './tools/esbuild/angular/component-stylesheets'; // Utilities export * from './utils/bundle-calculator';