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
1
First Seen
Mar 27, 2026
angular-component — afonsoft/agents-skills