mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
18 lines
397 B
Markdown
18 lines
397 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>
|
|
<code>--app</code> (aliases: <code>-a</code>) <em>default value: 1st app</em>
|
|
</p>
|
|
<p>
|
|
Specifies app name to use.
|
|
</p>
|
|
</details>
|