docs: update Angular CLI help

Updated Angular CLI help contents.
This commit is contained in:
Angular Robot 2025-10-29 17:44:05 +00:00 committed by Kristiyan Kostadinov
parent 07b6fcac59
commit 81fcfe5cbc
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{
"branchName": "refs/heads/21.0.x",
"sha": "925fe9f85bee9983c58795f483f861d350ba8a52"
"sha": "429fba83335130af12091d374fc088f3aaed5aea"
}

View file

@ -26,6 +26,11 @@
],
"description": "One or more named builder configurations as a comma-separated list as specified in the \"configurations\" section in angular.json.\nThe builder uses the named configurations to run the given target.\nFor more information, see https://angular.dev/reference/configs/workspace-config#alternate-build-configurations."
},
{
"name": "define",
"type": "array",
"description": "Defines global identifiers that will be replaced with a specified constant value when found in any JavaScript or TypeScript code including libraries. The value will be used directly. String values must be put in quotes. Identifiers within Angular metadata such as Component Decorators will not be replaced."
},
{
"name": "headers",
"type": "array",