angular-form
Installation
SKILL.md
Angular Form Development Workflow
When to Use This Skill
- User input forms (create, edit, settings)
- Complex validation requirements
- Async validation (uniqueness checks)
- Dynamic form fields (FormArrays)
- Dependent field validation
Pre-Flight Checklist
- Identify form mode (create, update, view)
- Read the design system docs for the target application (see below)
- List all validation rules (sync and async)
- Identify field dependencies
- Search similar forms:
grep "{Feature}FormComponent" --include="*.ts"