Skip to content

Commit df408fa

Browse files
committed
refactor(@angular/build): export compiler plugin and stylesheet options types
Exposes `CompilerPluginOptions` and `BundleStylesheetOptions` via the private API. These types are required for consumers of the `createCompilerPlugin` function to strictly type their configuration.
1 parent b969432 commit df408fa

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
@@ -59,6 +59,7 @@ export function createCompilerPlugin(
5959
);
6060
}
6161

62+
export type { CompilerPluginOptions, BundleStylesheetOptions };
6263
export type { AngularCompilation } from './tools/angular/compilation';
6364
export { DiagnosticModes } from './tools/angular/compilation';
6465
export { createAngularCompilation };

0 commit comments

Comments
 (0)