mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
docs: further clarify module relationship
This commit is contained in:
parent
e200d730d4
commit
805e1a9a47
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user