From 2bcd12a6a59aea228eb112bec138fdbb0659f86f Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 24 Jul 2026 09:44:28 +0000 Subject: [PATCH] docs: update default value for strictTemplates Updates the strictTemplates documentation in Angular compiler options to note that the default is true, replacing the reference to the obsolete ng new --strict flag. --- adev/src/content/reference/configs/angular-compiler-options.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adev/src/content/reference/configs/angular-compiler-options.md b/adev/src/content/reference/configs/angular-compiler-options.md index 88ab09179d6..b141b3547ca 100644 --- a/adev/src/content/reference/configs/angular-compiler-options.md +++ b/adev/src/content/reference/configs/angular-compiler-options.md @@ -201,8 +201,7 @@ When `true`, enables [strict template type checking](tools/cli/template-typechec The strictness flags that this option enables allow you to turn on and off specific types of strict template type checking. See [troubleshooting template errors](tools/cli/template-typecheck#troubleshooting-template-errors). - -When you use the Angular CLI command `ng new --strict`, it is set to `true` in the new project's configuration. +Default is `true`. ### `strictStandalone`