angular_template_analysis
Analyzes Angular templates to identify bindings, pipes, structural directives, and references to missing class members.
Instructions
Template binding analysis with @angular/compiler: inputs, outputs, interpolations, pipes, structural directives, and references to identifiers without a class member.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Relative path to the component .ts or template .html | |
| name | Yes | Name or path of the loaded project |