We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f142a commit 686d071Copy full SHA for 686d071
docs/documentation/generate/class.md
@@ -6,6 +6,22 @@
6
`ng generate class [name]` generates a class
7
8
## Options
9
-`--app` Specifies app name or index to use.
+<details>
10
+ <summary>app</summary>
11
+ <p>
12
+ `--app` (alias: `-a`) _default value: 1st app_
13
+ </p>
14
15
+ Specifies app name to use.
16
17
+</details>
18
-`--spec` Specifies if a spec file is generated.
19
20
+ <summary>spec</summary>
21
22
+ `--spec`
23
24
25
+ Specifies if a spec file is generated.
26
27
0 commit comments