Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e6e0a2

Browse files
crisbetoalan-agius4
authored andcommitted
fix(@schematics/angular): remove explicit flag for host bindings
As of angular/angular#63654 type checking of host bindings is enabled by default so we don't need the explicit flag anymore.
1 parent a60de9b commit 8e6e0a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"enableI18nLegacyMessageIdFormat": false<% if (strict) { %>,
2020
"strictInjectionParameters": true,
2121
"strictInputAccessModifiers": true,
22-
"typeCheckHostBindings": true,
2322
"strictTemplates": true<% } %>
2423
},
2524
"files": []

0 commit comments

Comments
 (0)