list_angular_standalone_components
Lists Angular components in a project, distinguishing standalone components with their imports from NgModule-dependent ones.
Instructions
Component inventory: standalone (with their composition imports) vs non-standalone (NgModule-dependent). Angular 19+: standalone by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |