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 78746fb commit 6ce4199Copy full SHA for 6ce4199
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