frontend-angular-form
Installation
SKILL.md
Angular Form Development Workflow
Use when creating/modifying reactive forms with validation, async validators, dependent validation, or FormArrays.
Decision Tree
What type of form?
├── Basic form (no auth) → PlatformFormComponent
├── Form with auth context → AppBaseFormComponent (typical choice)
├── With async validation → AppBaseFormComponent + ifAsyncValidator
├── Cross-field validation → AppBaseFormComponent + dependentValidations
└── Dynamic fields → AppBaseFormComponent + FormArray config