angular-forms

Installation
SKILL.md

Forms

Priority: P2 (MEDIUM)

1. Use Strictly Typed Reactive Forms

  • Always use Reactive Forms over Template-Driven for complex inputs.
  • Define typed FormGroup<T> with explicit control types — never use untyped FormGroup.

See typed forms for typed FormGroup examples.

2. Extract Validation Logic

  • Create standalone validator functions in separate file.
  • Sync valueChanges to stores using takeUntilDestroyed().

See typed forms for standalone validator examples.

3. Ensure NonNullable Controls

Installs
1
GitHub Stars
521
First Seen
14 days ago
angular-forms — hoangnguyen0403/agent-skills-standard