mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update Angular CLI help [main] (#51896)
Updated Angular CLI help contents. Closes #51890 PR Close #51896
This commit is contained in:
parent
b771539eb3
commit
5f6cc7cb68
3 changed files with 19 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"branchName": "refs/heads/main",
|
||||
"sha": "35d26bbeec46bef742d565e896bbd707435dff0f"
|
||||
"sha": "db4182edfdfa1db410312eec411b1aa3ad9422d0"
|
||||
}
|
||||
|
|
@ -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."
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue