Skip to content

Commit 5332501

Browse files
committed
feat(@schematics/angular): add strictInputAccessModifiers option when using strict mode
Related to angular/angular#38400
1 parent 0c2c8b9 commit 5332501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schematics/angular/workspace/files/tsconfig.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
}<% if (strict) { %>,
2424
"angularCompilerOptions": {
2525
"strictInjectionParameters": true,
26+
"strictInputAccessModifiers": true,
2627
"strictTemplates": true
2728
}<% } %>
2829
}

0 commit comments

Comments
 (0)