We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cf6c5 commit 0524d7aCopy full SHA for 0524d7a
packages/angular/build/src/private.ts
@@ -61,6 +61,7 @@ export function createCompilerPlugin(
61
}
62
63
export type { AngularCompilation } from './tools/angular/compilation';
64
+export { DiagnosticModes } from './tools/angular/compilation';
65
export { createAngularCompilation };
66
export { ComponentStylesheetBundler } from './tools/esbuild/angular/component-stylesheets';
67
0 commit comments