mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
committed by
Andrew Scott
parent
f736bea8ee
commit
56fb556f65
@@ -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. |
|
||||
|
||||
Reference in New Issue
Block a user