Standalone Components Adoption
Installation
SKILL.md
Standalone Components Adoption
Purpose
Adopt standalone components in bounded slices after the Angular upgrade is stable.
When to Use
- The app is already on a stable Angular version.
- The team wants to reduce
NgModuleusage 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 goal is to fix a build break during upgrade.
- The app is not stable on Ivy.