docs: update Angular CLI help (#64433)

Updated Angular CLI help contents.

PR Close #64433
This commit is contained in:
Angular Robot 2025-10-15 17:50:23 +00:00 committed by Andrew Kushnir
parent 3e8e48c918
commit 9b9ae42841
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"sha": "b7da7541e38562dc01fb46adbf4448eac31c4f41"
"sha": "8c2f95904ca04e8fb78b0971ae7648c85a45f2e8"
}

View file

@ -163,7 +163,7 @@
"media",
"none"
],
"description": "Define the output filename cache-busting hashing mode."
"description": "Define the output filename cache-busting hashing mode.\n\n- `none`: No hashing.\n- `all`: Hash for all output bundles. \n- `media`: Hash for all output media (e.g., images, fonts, etc. that are referenced in CSS files).\n- `bundles`: Hash for output of lazy and main bundles."
},
{
"name": "output-mode",