We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c927bcf commit 22dace4Copy full SHA for 22dace4
packages/angular/tsconfig.ngc.json
@@ -16,6 +16,9 @@
16
"skipTemplateCodegen": true,
17
"strictMetadataEmit": true,
18
"enableResourceInlining": true,
19
+ "strictInjectionParameters": true,
20
+ "strictInputAccessModifiers": true,
21
+ "strictTemplates": true,
22
// As per Angular 10, the recommendation from the library creation guide
23
// is to disable compilation for the Ivy rendering engine in production builds
24
// to ensure compatibility with Angular 10.
0 commit comments