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.

$ Instalar

git clone https://github.com/tw-lin/ng-lin /tmp/ng-lin && cp -r /tmp/ng-lin/.github/skills/angular-component ~/.claude/skills/ng-lin

// tip: Run this command in your terminal to install the skill