docs: remove references to future in topic (#42841)

Fixes #25704

PR Close #42841
This commit is contained in:
David Shevitz 2021-07-13 22:59:06 +00:00 committed by Alex Rickabaugh
parent 670300e9ab
commit 4e97514465
1 changed files with 0 additions and 1 deletions

View File

@ -558,7 +558,6 @@ In [Angular Ivy](guide/ivy), the template type checker has been completely rewri
As a result, templates that previously compiled under View Engine can fail type checking under Ivy. This can happen because Ivy's stricter checking catches genuine errors, or because application code is not typed correctly, or because the application uses libraries in which typings are inaccurate or not specific enough.
This stricter type checking is not enabled by default in version 9, but can be enabled by setting the `strictTemplates` configuration option.
We do expect to make strict type checking the default in the future.
For more information about type-checking options, and about improvements to template type checking in version 9 and above, see [Template type checking](guide/template-typecheck).