Skip to content

Commit

Permalink
docs: update Angular CLI help [main] (angular#57743)
Browse files Browse the repository at this point in the history
Updated Angular CLI help contents.

PR Close angular#57743
  • Loading branch information
angular-robot authored and thePunderWoman committed Sep 10, 2024
1 parent 685866d commit cc99297
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion adev/src/content/cli/help/build-info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"sha": "3513cd179d428e6c8d6529f1010dac65282a8a44"
"sha": "68b183ea5aeefa555ca0f7c25955d3d759acb5f7"
}
10 changes: 10 additions & 0 deletions adev/src/content/cli/help/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@
],
"description": "Define the crossorigin attribute setting of elements that provide CORS support."
},
{
"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": "define",
"type": "string",
"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": "delete-output-path",
"type": "boolean",
Expand Down
10 changes: 10 additions & 0 deletions adev/src/content/cli/help/serve.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
"default": false,
"description": "Force the development server to use the 'browser-esbuild' builder when building. This is a developer preview option for the esbuild-based build system."
},
{
"name": "headers",
"type": "array",
"description": "Custom HTTP headers to be added to all responses."
},
{
"name": "headers",
"type": "string",
"description": "Custom HTTP headers to be added to all responses."
},
{
"name": "help",
"type": "boolean",
Expand Down

0 comments on commit cc99297

Please sign in to comment.