Skip to content

Commit da21c72

Browse files
alan-agius4AndrewKushnir
authored andcommitted
docs: add strictInputAccessModifiers to strict mode guide (angular#39353)
This change also remove the duplicate mention of strictTemplates PR Close angular#39353
1 parent 3e6f24e commit da21c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/strict-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Additionally, applications that use these stricter settings are easier to static
88
Specifically, the `strict` flag does the following:
99

1010
* Enables [`strict` mode in TypeScript](https://www.staging-typescript.org/tsconfig#strict), as well as other strictness flags recommended by the TypeScript team. Specifically, `forceConsistentCasingInFileNames`, `noImplicitReturns`, `noFallthroughCasesInSwitch`.
11-
* Turns on strict Angular compiler flags [`strictTemplates`](guide/angular-compiler-options#stricttemplates), [`strictInjectionParameters`](guide/angular-compiler-options#strictinjectionparameters) and [`strictTemplates`](guide/angular-compiler-options#stricttemplates).
11+
* Turns on strict Angular compiler flags [`strictTemplates`](guide/angular-compiler-options#stricttemplates), [`strictInjectionParameters`](guide/angular-compiler-options#strictinjectionparameters) and [`strictInputAccessModifiers`](guide/template-typecheck#troubleshooting-template-errors).
1212
* [Bundle size budgets](guide/build#configuring-size-budgets) have been reduced by ~75%.
1313

1414
You can apply these settings at the workspace and project level.

0 commit comments

Comments
 (0)