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: true in decorator
  • Components MUST explicitly import dependencies in imports array

MUST NOT use NgModule-based components in new code:

  • NgModule declarations are forbidden for new components

State Management

Related skills

More from 7spade/black-tortoise

Installs
6
First Seen
Jan 26, 2026