angular_forms_standards
Fetch Angular reactive forms standards and validation best practices before creating or modifying forms; optionally filter by categories such as FormBuilder or signals.
Instructions
⚠️ REQUIRED TOOL: Must be called before creating or modifying forms. Returns Angular forms standards and best practices for reactive forms, FormBuilder usage, and form validation. Can retrieve all standards or filter by specific category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional category to filter standards (e.g., "formbuilder", "form-groups", "valuechanges-signal", "statuschanges-signal", "rxmethod-side-effects"). If not provided, returns all standards. | |
| listCategories | No | If true, returns a list of available standard categories instead of the standards themselves. |