From c130812afee298b5149323c729e5d08c64eee0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Preu=C3=9F?= Date: Wed, 23 Dec 2020 17:16:36 +0100 Subject: [PATCH] docs: fix `fullTemplateTypeCheck` compiler option description (#40253) PR Close #40253 --- aio/content/guide/angular-compiler-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/angular-compiler-options.md b/aio/content/guide/angular-compiler-options.md index c2878a70e2..9f4e4a7fd9 100644 --- a/aio/content/guide/angular-compiler-options.md +++ b/aio/content/guide/angular-compiler-options.md @@ -141,7 +141,7 @@ would be `"index.d.ts"`. When `true` (recommended), enables the [binding expression validation](guide/aot-compiler#binding-expression-validation) phase of the template compiler, which uses TypeScript to validate binding expressions. For more information, see [Template type checking](guide/template-typecheck). -Default is `false`, but when you use the CLI command `ng new`, it is set to `true` by default in the generated project's configuration. +Default is `false`, but when you use the CLI command `ng new --strict`, it is set to `true` in the generated project's configuration. ### `generateCodeForLibraries`