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 f33e2a2 commit a25786dCopy full SHA for a25786d
src/cdk/tree/tsconfig-build.json
@@ -6,7 +6,7 @@
6
],
7
"angularCompilerOptions": {
8
"annotateForClosureCompiler": true,
9
- "strictMetadataEmit": true,
+ "strictMetadataEmit": false, // Workaround for Angular #22210
10
"flatModuleOutFile": "index.js",
11
"flatModuleId": "@angular/cdk/tree",
12
"skipTemplateCodegen": true
src/lib/tree/tsconfig-build.json
"flatModuleId": "@angular/material/tree",
"skipTemplateCodegen": true,
0 commit comments