angular-20
Installation
SKILL.md
Angular 20 Skill
Rules
Component Architecture
MUST use standalone components:
- All new components MUST be standalone
- Components MUST use
standalone: truein decorator - Components MUST explicitly import dependencies in
importsarray
MUST NOT use NgModule-based components in new code:
- NgModule declarations are forbidden for new components