mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +08:00
18 lines
366 B
Markdown
18 lines
366 B
Markdown
<!-- Links in /docs/documentation should NOT have `.md` at the end, because they end up in our wiki at release. -->
|
|
|
|
# ng generate enum
|
|
|
|
## Overview
|
|
`ng generate enum [name]` generates an enumeration
|
|
|
|
## Options
|
|
<details>
|
|
<summary>app</summary>
|
|
<p>
|
|
`--app` (alias: `-a`) _default value: 1st app_
|
|
</p>
|
|
<p>
|
|
Specifies app name to use.
|
|
</p>
|
|
</details>
|