analyze_angular_route_guards
Identify route guards and resolvers for each Angular route, including canActivate, canDeactivate, and resolve, and locate their class or function definitions.
Instructions
Route guards and resolvers: which guards/resolvers each route uses (canActivate/canActivateChild/canActivateFn/canDeactivate/canLoad/canMatch/resolve) and where they are defined (classes or functions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |