File tree 1 file changed +36
-4
lines changed
docs/documentation/generate
1 file changed +36
-4
lines changed Original file line number Diff line number Diff line change 6
6
` ng generate module [name] ` generates an NgModule
7
7
8
8
## 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 >
10
18
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 >
12
28
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 >
14
38
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 >
You can’t perform that action at this time.
0 commit comments