Skip to content

Commit

Permalink
docs: expand doc for new -route flag in generate module
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogarthyde authored and Keen Yee Liau committed Sep 11, 2019
1 parent a87f42a commit 150ac2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/module/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"route": {
"type": "string",
"description": "The route path for the lazy loaded module. Requires --module option."
"description": "The route path for a lazy-loaded module. When supplied, creates a component in the new module using the route name, and adds the route to the `routes` array in the declaring module's routing module. Requires `--module` option."
},
"flat": {
"type": "boolean",
Expand Down

0 comments on commit 150ac2a

Please sign in to comment.