Skip to main content
Back to registry

angular-component

analogjs/angular-skills

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

Installs4
Install command
npx skills add https://github.com/analogjs/angular-skills --skill angular-component
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Create standalone components for Angular v20+. Components are standalone by default—do NOT set standalone: true . Use the host object in @Component —do NOT use @HostBinding or @HostListener decorators. Components MUST: Use native control flow—do NOT use *ngIf , *ngFor , *ngSwitch . Do NOT use ngClass or ngStyle . Use direct bindings: Use NgOptimizedImage for static images: For detailed patterns, see references/component-patterns.md . - Pass AXE accessibility checks - Meet WCAG AA standards - Include proper ARIA attributes for interactive elements - Support keyboard navigation - Maintain visible focus indicators

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does angular-component do?

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

Is angular-component good?

angular-component does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does angular-component work with?

angular-component currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to angular-component?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install angular-component?

npx skills add https://github.com/analogjs/angular-skills --skill angular-component

Related skills

More from analogjs/angular-skills

Related skills

Alternatives in Software Engineering