angular-component
Installation
SKILL.md
Angular Component
Modern Angular component patterns with standalone components, signals, and OnPush change detection.
Basic Component Structure
import { Component, ChangeDetectionStrategy } from '@angular/core';