docs: fix `fullTemplateTypeCheck` compiler option description (#40253)
PR Close #40253
This commit is contained in:
parent
7c167629b8
commit
c130812afe
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue