We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bbe87 commit 98636b2Copy full SHA for 98636b2
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