
This commit introduces an internal config option of the template type checker that allows to disable strict null checks of input bindings to directives. This may be particularly useful when a directive is from a library that is not compiled with `strictNullChecks` enabled. Right now, strict null checks are enabled when `fullTemplateTypeCheck` is turned on, and disabled when it's off. In the near future, several of the internal configuration options will be added as public Angular compiler options so that users can have fine-grained control over which areas of the template type checker to enable, allowing for a more incremental migration strategy. PR Close #33066
Angular
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Description
Languages
TypeScript
86.3%
JavaScript
8.5%
HTML
1.8%
Starlark
1.7%
CSS
1%
Other
0.6%