Skip to content

Commit c44620b

Browse files
Broccohansl
authored andcommitted
docs: update the module blueprint docs
1 parent 57a67b0 commit c44620b

File tree

1 file changed

+36
-4
lines changed

1 file changed

+36
-4
lines changed

docs/documentation/generate/module.md

+36-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,42 @@
66
`ng generate module [name]` generates an NgModule
77

88
## Options
9-
`--app` Specifies app name or index to use.
9+
<details>
10+
<summary>app</summary>
11+
<p>
12+
`--app` (alias: `-a`) _default value: 1st app_
13+
</p>
14+
<p>
15+
Specifies app name to use.
16+
</p>
17+
</details>
1018

11-
`--flat` Flag to indicate if a dir is created.
19+
<details>
20+
<summary>flat</summary>
21+
<p>
22+
`--flat`
23+
</p>
24+
<p>
25+
Flag to indicate if a dir is created.
26+
</p>
27+
</details>
1228

13-
`--spec` Specifies if a spec file is generated.
29+
<details>
30+
<summary>spec</summary>
31+
<p>
32+
`--spec`
33+
</p>
34+
<p>
35+
Specifies if a spec file is generated.
36+
</p>
37+
</details>
1438

15-
`--routing` Specifies if a routing module file should be generated.
39+
<details>
40+
<summary>routing</summary>
41+
<p>
42+
`--routing`
43+
</p>
44+
<p>
45+
Specifies if a routing module file should be generated.
46+
</p>
47+
</details>

0 commit comments

Comments
 (0)