File tree 1 file changed +35
-4
lines changed
docs/documentation/generate
1 file changed +35
-4
lines changed Original file line number Diff line number Diff line change 4
4
` ng generate guard [name] ` generates a guard
5
5
6
6
## Options
7
- ` --app ` Specifies app name or index to use.
7
+ <details >
8
+ <summary >app</summary >
9
+ <p >
10
+ `--app` (alias: `-a`) _default value: 1st app_
11
+ </p >
12
+ <p >
13
+ Specifies app name to use.
14
+ </p >
15
+ </details >
8
16
9
- ` --flat ` Indicate if a dir is created.
17
+ <details >
18
+ <summary >flat</summary >
19
+ <p >
20
+ `--flat`
21
+ </p >
22
+ <p >
23
+ Indicate if a dir is created.
24
+ </p >
25
+ </details >
10
26
11
- ` --module ` (` -m ` ) Allows specification of the declaring module.
27
+ <details >
28
+ <summary >module</summary >
29
+ <p >
30
+ `--module` (alias: `-m`)
31
+ </p >
32
+ <p >
33
+ </p >
34
+ </details >
12
35
13
- ` --spec ` Specifies if a spec file is generated.
36
+ <details >
37
+ <summary >spec</summary >
38
+ <p >
39
+ `--spec`
40
+ </p >
41
+ <p >
42
+ Specifies if a spec file is generated.
43
+ </p >
44
+ </details >
You can’t perform that action at this time.
0 commit comments