angular_component_standards
Retrieves coding standards and best practices for Angular components before creating or modifying them; filter by category such as signals or styling.
Instructions
⚠️ REQUIRED TOOL: Must be called before creating or modifying any Angular component. Returns Angular component standards and best practices to ensure code quality and consistency. Can retrieve all standards or filter by specific category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional category to filter standards (e.g., "signals", "control-flow", "styling", "lifecycle"). If not provided, returns all standards. | |
| listCategories | No | If true, returns a list of available standard categories instead of the standards themselves. |