File tree 1 file changed +54
-6
lines changed
docs/documentation/generate
1 file changed +54
-6
lines changed Original file line number Diff line number Diff line change 6
6
` ng generate pipe [name] ` generates a pipe
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
- ` --export ` Specifies if declaring module exports the pipe.
19
+ <details >
20
+ <summary >export</summary >
21
+ <p >
22
+ `--export`
23
+ </p >
24
+ <p >
25
+ Specifies if declaring module exports the pipe.
26
+ </p >
27
+ </details >
12
28
13
- ` --flat ` Flag to indicate if a dir is created.
29
+ <details >
30
+ <summary >flat</summary >
31
+ <p >
32
+ `--flat`
33
+ </p >
34
+ <p >
35
+ Flag to indicate if a dir is created.
36
+ </p >
37
+ </details >
14
38
15
- ` --module ` (` -m ` ) Allows specification of the declaring module.
39
+ <details >
40
+ <summary >module</summary >
41
+ <p >
42
+ `--module` (alias: `-m`)
43
+ </p >
44
+ <p >
45
+ Allows specification of the declaring module.
46
+ </p >
47
+ </details >
16
48
17
- ` --skip-import ` Allows for skipping the module import.
49
+ <details >
50
+ <summary >skip-import</summary >
51
+ <p >
52
+ `--skip-import`
53
+ </p >
54
+ <p >
55
+ Allows for skipping the module import.
56
+ </p >
57
+ </details >
18
58
19
- ` --spec ` Specifies if a spec file is generated.
59
+ <details >
60
+ <summary >spec</summary >
61
+ <p >
62
+ `--spec`
63
+ </p >
64
+ <p >
65
+ Specifies if a spec file is generated.
66
+ </p >
67
+ </details >
You can’t perform that action at this time.
0 commit comments