Skip to content

Commit c130812

Browse files
thecpjosephperrott
authored andcommitted
docs: fix fullTemplateTypeCheck compiler option description (angular#40253)
PR Close angular#40253
1 parent 7c16762 commit c130812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/angular-compiler-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ would be `"index.d.ts"`.
141141

142142
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).
143143

144-
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.
144+
Default is `false`, but when you use the CLI command `ng new --strict`, it is set to `true` in the generated project's configuration.
145145

146146
### `generateCodeForLibraries`
147147

0 commit comments

Comments
 (0)