diff --git a/docs/documentation/generate/component.md b/docs/documentation/generate/component.md index d31c36961681..217b07f151b8 100644 --- a/docs/documentation/generate/component.md +++ b/docs/documentation/generate/component.md @@ -19,3 +19,7 @@ `--change-detection` (`-cd`) set the change detection strategy `--skip-import` allows for skipping the module import + +`--module` (`-m`) allows specification of the declaring module + +`--export` specifies if declaring module exports the component diff --git a/docs/documentation/generate/directive.md b/docs/documentation/generate/directive.md index b6250e110150..744368544d87 100644 --- a/docs/documentation/generate/directive.md +++ b/docs/documentation/generate/directive.md @@ -11,3 +11,7 @@ `--spec` specifies if a spec file is generated `--skip-import` allows for skipping the module import + +`--module` (`-m`) allows specification of the declaring module + +`--export` specifies if declaring module exports the directive diff --git a/docs/documentation/generate/pipe.md b/docs/documentation/generate/pipe.md index 69bce664d76c..8931e5f56997 100644 --- a/docs/documentation/generate/pipe.md +++ b/docs/documentation/generate/pipe.md @@ -9,3 +9,7 @@ `--spec` specifies if a spec file is generated `--skip-import` allows for skipping the module import + +`--module` (`-m`) allows specification of the declaring module + +`--export` specifies if declaring module exports the pipe diff --git a/docs/documentation/generate/service.md b/docs/documentation/generate/service.md index cc50dde25fe8..c533162f39f2 100644 --- a/docs/documentation/generate/service.md +++ b/docs/documentation/generate/service.md @@ -7,3 +7,5 @@ `--flat` flag to indicate if a dir is created `--spec` specifies if a spec file is generated + +`--module` (`-m`) allows specification of the declaring module