Signals Adoption
Installation
SKILL.md
Signals Adoption
Purpose
Adopt Angular signals in bounded modernization slices after the app is stable on a compatible Angular version.
When to Use
- The app is already on a stable Angular version that supports signals.
- The team wants to modernize local component state incrementally.
- The change is architectural modernization, not a version upgrade.
When Not to Use
- The app is still in the middle of a major Angular hop.
- The target slice is not well tested.
- The app is not on a version that supports signals.