docs: fix `fullTemplateTypeCheck` compiler option description (#40253)

PR Close #40253
This commit is contained in:
Christoph Preuß 2020-12-23 17:16:36 +01:00 committed by Joey Perrott
parent 7c167629b8
commit c130812afe
1 changed files with 1 additions and 1 deletions

View File

@ -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`