mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update Angular CLI help
Updated Angular CLI help contents.
This commit is contained in:
parent
07b6fcac59
commit
81fcfe5cbc
2 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"branchName": "refs/heads/21.0.x",
|
||||
"sha": "925fe9f85bee9983c58795f483f861d350ba8a52"
|
||||
"sha": "429fba83335130af12091d374fc088f3aaed5aea"
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue