From 4e975144659948ba5abbd6b44c2a265afc9f9ab2 Mon Sep 17 00:00:00 2001 From: David Shevitz Date: Tue, 13 Jul 2021 22:59:06 +0000 Subject: [PATCH] docs: remove references to future in topic (#42841) Fixes #25704 PR Close #42841 --- aio/content/guide/aot-compiler.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aio/content/guide/aot-compiler.md b/aio/content/guide/aot-compiler.md index 4085751076..487be796dc 100644 --- a/aio/content/guide/aot-compiler.md +++ b/aio/content/guide/aot-compiler.md @@ -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).