Skip to content

Commit 22dace4

Browse files
committed
add more strict angular compiler option parameters
thanks to @Lonli-Lokli for the advice
1 parent c927bcf commit 22dace4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/angular/tsconfig.ngc.json

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"skipTemplateCodegen": true,
1717
"strictMetadataEmit": true,
1818
"enableResourceInlining": true,
19+
"strictInjectionParameters": true,
20+
"strictInputAccessModifiers": true,
21+
"strictTemplates": true,
1922
// As per Angular 10, the recommendation from the library creation guide
2023
// is to disable compilation for the Ivy rendering engine in production builds
2124
// to ensure compatibility with Angular 10.

0 commit comments

Comments
 (0)