Skip to content

Commit faa81ce

Browse files
authored
chore(docs): update documentation to reflect recent changes (#4034)
1 parent c367677 commit faa81ce

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

docs/documentation/generate/component.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@
1919
`--change-detection` (`-cd`) set the change detection strategy
2020

2121
`--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

docs/documentation/generate/directive.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@
1111
`--spec` specifies if a spec file is generated
1212

1313
`--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

docs/documentation/generate/pipe.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
`--spec` specifies if a spec file is generated
1010

1111
`--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

docs/documentation/generate/service.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
`--flat` flag to indicate if a dir is created
88

99
`--spec` specifies if a spec file is generated
10+
11+
`--module` (`-m`) allows specification of the declaring module

0 commit comments

Comments
 (0)