diff --git a/aio/content/cli/help/build-info.json b/aio/content/cli/help/build-info.json index 1e8cc504919..2070c57a0ae 100644 --- a/aio/content/cli/help/build-info.json +++ b/aio/content/cli/help/build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/main", - "sha": "561ebf8b024e204d6b11a53db0dc1d16d57957ee" + "sha": "6af564e399fc9bee5d7a3989856bc81fac6f83bb" } \ No newline at end of file diff --git a/aio/content/cli/help/doc.json b/aio/content/cli/help/doc.json index c2cdc12a91d..aac4491b16a 100644 --- a/aio/content/cli/help/doc.json +++ b/aio/content/cli/help/doc.json @@ -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." } ] } \ No newline at end of file diff --git a/aio/content/cli/help/generate.json b/aio/content/cli/help/generate.json index 9cffd7ee458..665e5915878 100644 --- a/aio/content/cli/help/generate.json +++ b/aio/content/cli/help/generate.json @@ -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 } ] -} +} \ No newline at end of file