list_angular_routes
Extract all routes defined with Routes/RouterModule in an Angular project, mapping each path to its component or lazy-loaded module.
Instructions
Routes defined with Routes/RouterModule (path -> component/loadChildren).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |