Angular 20 Standalone Component

Create Angular 20 standalone components using modern patterns: Signals for state management, input()/output() functions (not decorators), @if/@for/@switch control flow (not *ngIf/*ngFor), inject() dependency injection (not constructor), and OnPush change detection. Use this skill when scaffolding new UI components that need reactive state, form handling, or integration with services following the three-layer architecture.

majiayu000 9137d10 2 files · 10.4 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/design/angular-20-standalone-component commit 9137d10f93

Frequently asked questions

npx skillmds add majiayu000/angular-20-standalone-component