docs: use kebab-case for CLI commands (#40240)
Kebab-case is preferred over camelCase in Angular CLI. camelCase support is deprecated and will be removed eventually. PR Close #40240
This commit is contained in:
parent
7dcf2864a3
commit
53b64fb659
|
@ -138,7 +138,7 @@ If you intend to have multiple projects in a workspace, you can skip the initial
|
||||||
The following command creates a workspace with all of the workspace-wide configuration files, but no root-level application.
|
The following command creates a workspace with all of the workspace-wide configuration files, but no root-level application.
|
||||||
|
|
||||||
<code-example language="bash">
|
<code-example language="bash">
|
||||||
ng new my-workspace --createApplication="false"
|
ng new my-workspace --create-application false
|
||||||
</code-example>
|
</code-example>
|
||||||
|
|
||||||
You can then generate apps and libraries with names that are unique within the workspace.
|
You can then generate apps and libraries with names that are unique within the workspace.
|
||||||
|
|
Loading…
Reference in New Issue