docs: update Angular CLI help [main] (#50032)

Updated Angular CLI help contents.

PR Close #50032
This commit is contained in:
Angular Robot 2023-04-26 18:59:48 +00:00 committed by Dylan Hunn
parent 7eb7c69580
commit c71fef067b
3 changed files with 10 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"sha": "561ebf8b024e204d6b11a53db0dc1d16d57957ee"
"sha": "6af564e399fc9bee5d7a3989856bc81fac6f83bb"
}

View file

@ -30,7 +30,7 @@
{
"name": "version",
"type": "string",
"description": "Contains the version of Angular to use for the documentation. If not provided, the command uses your current Angular core version."
"description": "The version of Angular to use for the documentation. If not provided, the command uses your current Angular core version."
}
]
}

View file

@ -76,7 +76,7 @@
{
"name": "root-module-file-name",
"type": "string",
"default": "app.module.ts",
"default": "app.module.server.ts",
"description": "The name of the root module file"
},
{
@ -692,6 +692,12 @@
"type": "boolean",
"default": false,
"description": "Do not update \"tsconfig.json\" to add a path mapping for the new library. The path mapping is needed to use the library in an app, but can be disabled here to simplify development."
},
{
"name": "standalone",
"type": "boolean",
"default": false,
"description": "Creates a library based upon the standalone API, without NgModules."
}
],
"aliases": [
@ -937,4 +943,4 @@
"deprecated": false
}
]
}
}