From 5f6cc7cb684d8e29d1ebd036a0c4e8dc5b693e8e Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 25 Sep 2023 23:49:49 +0000 Subject: [PATCH] docs: update Angular CLI help [main] (#51896) Updated Angular CLI help contents. Closes #51890 PR Close #51896 --- aio/content/cli/help/build-info.json | 2 +- aio/content/cli/help/generate.json | 16 +++++++++++----- aio/content/cli/help/new.json | 8 +++++++- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/aio/content/cli/help/build-info.json b/aio/content/cli/help/build-info.json index 5773d8e89dc..ade8d27ece1 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": "35d26bbeec46bef742d565e896bbd707435dff0f" + "sha": "db4182edfdfa1db410312eec411b1aa3ad9422d0" } \ No newline at end of file diff --git a/aio/content/cli/help/generate.json b/aio/content/cli/help/generate.json index aba75ce2529..02f5c126dec 100644 --- a/aio/content/cli/help/generate.json +++ b/aio/content/cli/help/generate.json @@ -133,9 +133,15 @@ "description": "Do not create \"spec.ts\" test files for the application." }, { - "name": "standalone", + "name": "ssr", "type": "boolean", "default": false, + "description": "Creates an application with Server-Side Rendering (SSR) and Static Site Generation (SSG/Prerendering) enabled." + }, + { + "name": "standalone", + "type": "boolean", + "default": true, "description": "Creates an application based upon the standalone API, without NgModules." }, { @@ -315,7 +321,7 @@ { "name": "standalone", "type": "boolean", - "default": false, + "default": true, "description": "Whether the generated component is standalone." }, { @@ -444,7 +450,7 @@ { "name": "standalone", "type": "boolean", - "default": false, + "default": true, "description": "Whether the generated directive is standalone." } ], @@ -665,7 +671,7 @@ { "name": "standalone", "type": "boolean", - "default": false, + "default": true, "description": "Creates a library based upon the standalone API, without NgModules." } ], @@ -782,7 +788,7 @@ { "name": "standalone", "type": "boolean", - "default": false, + "default": true, "description": "Whether the generated pipe is standalone." } ], diff --git a/aio/content/cli/help/new.json b/aio/content/cli/help/new.json index 0838280d0b4..61ea1c49995 100644 --- a/aio/content/cli/help/new.json +++ b/aio/content/cli/help/new.json @@ -147,9 +147,15 @@ "description": "Do not generate \"spec.ts\" test files for the new project." }, { - "name": "standalone", + "name": "ssr", "type": "boolean", "default": false, + "description": "Creates an application with Server-Side Rendering (SSR) and Static Site Generation (SSG/Prerendering) enabled." + }, + { + "name": "standalone", + "type": "boolean", + "default": true, "description": "Creates an application based upon the standalone API, without NgModules." }, {