find_angular_change_detection
Analyze Angular components to detect change detection strategies, including OnPush, default, and manual methods like detectChanges and markForCheck.
Instructions
Change detection strategies per component (heuristic): without ChangeDetectionStrategy.OnPush, manual CD (detectChanges/markForCheck/detach/reattach) and components with OnPush.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |