docs: fix production mode broken link (#55794)

PR Close #55794
This commit is contained in:
Sasidharan SD 2024-05-14 22:25:32 +05:30 committed by Andrew Scott
parent f736bea8ee
commit 56fb556f65

View file

@ -95,7 +95,7 @@ Read about how to enable CORS for specific servers at [enable-cors.org](https://
| Features | Details |
|:--- |:--- |
| [Ahead-of-Time (AOT) Compilation](tools/cli/aot-compiler) | Pre-compiles Angular component templates. |
| [Production mode](tools/cli/deployment#production-mode-at-runtime) | Optimizes the application for the best runtime performance |
| [Production mode](tools/cli/deployment#development-only-features) | Optimizes the application for the best runtime performance |
| Bundling | Concatenates your many application and library files into a minimum number of deployed files. |
| Minification | Removes excess whitespace, comments, and optional tokens. |
| Mangling | Renames functions, classes, and variables to use shorter, arbitrary identifiers. |