docs: update the link to the TypeScript documentation for strict mode (#40063)
PR Close #40063
This commit is contained in:
parent
19b9ec8e4b
commit
79a42d951e
|
@ -7,7 +7,7 @@ Additionally, applications that use these stricter settings are easier to static
|
|||
|
||||
Specifically, the `strict` flag does the following:
|
||||
|
||||
* 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`.
|
||||
* Enables [`strict` mode in TypeScript](https://www.typescriptlang.org/tsconfig#strict), as well as other strictness flags recommended by the TypeScript team. Specifically, `forceConsistentCasingInFileNames`, `noImplicitReturns`, `noFallthroughCasesInSwitch`.
|
||||
* 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).
|
||||
* [Bundle size budgets](guide/build#configuring-size-budgets) have been reduced by ~75%.
|
||||
|
||||
|
|
Loading…
Reference in New Issue