docs: further clarify module relationship

This commit is contained in:
Judy Bogart 2019-09-10 11:52:59 -07:00 committed by Keen Yee Liau
parent e200d730d4
commit 805e1a9a47

View File

@ -41,7 +41,7 @@
},
"route": {
"type": "string",
"description": "The route path for a lazy-loaded module. When supplied, creates a component in the new module, and adds the route to that component in the `routes` array in the routing module specified in the `--module` option."
"description": "The route path for a lazy-loaded module. When supplied, creates a component in the new module, and adds the route to that component in the `Routes` array declared in the module provided in the `--module` option."
},
"flat": {
"type": "boolean",