angular-component

Installation
SKILL.md

Angular Component

Create standalone components for Angular v20+. Components are standalone by default—do NOT set standalone: true.

Component Structure

import { Component, ChangeDetectionStrategy, input, output, computed } from '@angular/core';
Installs
4
First Seen
Feb 26, 2026
angular-component — kkpuma/puma-ai-engineering