angular-core

Installation
SKILL.md

Standalone Components (REQUIRED)

Components are standalone by default. Do NOT set standalone: true.

@Component({
  selector: 'app-user',
  imports: [CommonModule],
  changeDetection: ChangeDetectionStrategy.OnPush,
  template: `...`
})
export class UserComponent {}

Input/Output Functions (REQUIRED)

Installs
176
GitHub Stars
586
First Seen
Jan 24, 2026
angular-core — gentleman-programming/gentleman-skills