File tree 4 files changed +14
-0
lines changed
docs/documentation/generate
4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 19
19
` --change-detection ` (` -cd ` ) set the change detection strategy
20
20
21
21
` --skip-import ` allows for skipping the module import
22
+
23
+ ` --module ` (` -m ` ) allows specification of the declaring module
24
+
25
+ ` --export ` specifies if declaring module exports the component
Original file line number Diff line number Diff line change 11
11
` --spec ` specifies if a spec file is generated
12
12
13
13
` --skip-import ` allows for skipping the module import
14
+
15
+ ` --module ` (` -m ` ) allows specification of the declaring module
16
+
17
+ ` --export ` specifies if declaring module exports the directive
Original file line number Diff line number Diff line change 9
9
` --spec ` specifies if a spec file is generated
10
10
11
11
` --skip-import ` allows for skipping the module import
12
+
13
+ ` --module ` (` -m ` ) allows specification of the declaring module
14
+
15
+ ` --export ` specifies if declaring module exports the pipe
Original file line number Diff line number Diff line change 7
7
` --flat ` flag to indicate if a dir is created
8
8
9
9
` --spec ` specifies if a spec file is generated
10
+
11
+ ` --module ` (` -m ` ) allows specification of the declaring module
You can’t perform that action at this time.
0 commit comments