Skip to content

Commit

Permalink
docs(@angular-devkit/build-angular): update prendering options descri…
Browse files Browse the repository at this point in the history
…ptions

This commit updates several option descriptions
  • Loading branch information
alan-agius4 committed Oct 23, 2023
1 parent 2c1c676 commit eecfb6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,11 @@
"properties": {
"routesFile": {
"type": "string",
"description": "The path to a file containing routes separated by newlines."
"description": "The path to a file that contains a list of all routes to prerender, separated by newlines. This option is useful if you want to prerender routes with parameterized URLs."
},
"discoverRoutes": {
"type": "boolean",
"description": "Whether the builder should discover routers using the Angular Router.",
"description": "Whether the builder should process the Angular Router configuration to find all unparameterized routes and prerender them.",
"default": true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"routesFile": {
"type": "string",
"description": "The path to a file containing routes separated by newlines."
"description": "The path to a file that contains a list of all routes to prerender, separated by newlines. This option is useful if you want to prerender routes with parameterized URLs."
},
"routes": {
"type": "array",
Expand All @@ -29,7 +29,7 @@
},
"discoverRoutes": {
"type": "boolean",
"description": "Whether the builder should discover routers using the Angular Router.",
"description": "Whether the builder should process the Angular Router configuration to find all unparameterized routes and prerender them.",
"default": true
}
},
Expand Down

0 comments on commit eecfb6b

Please sign in to comment.