analyze_angular_component
Analyze Angular components to inspect @Input/@Output, providers, constructor DI, and lifecycle hooks for effective code review.
Instructions
Analyzes a component: @Input/@Output, providers, constructor DI, lifecycle hooks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Relative path to the component .ts file | |
| name | Yes | Name or path of the loaded project |