angular-component
Create modern standalone Angular components using signals, host bindings, and native control flow.
Install
npx skills add https://github.com/analogjs/angular-skills --skill angular-componentStats
| Total installs | 6,039 |
| Weekly installs | 6.0K |
| GitHub stars | 570 |
| First seen | Jan 24, 2026 |
| Source | @analogjs/angular-skills |
Summary
- Signal-based inputs and outputs replace traditional @Input and @Output decorators, with support for required inputs, defaults, transforms, and computed values
- Host bindings configured via the host object enable dynamic class/style/attribute binding and event listeners without decorator syntax
- Native control flow (@if, @for, @switch) replaces structural directives; direct class and style bindings replace ngClass and ngStyle
- Content projection with named slots, lifecycle hooks via afterRender/afterNextRender, and mandatory WCAG AA accessibility compliance with ARIA attributes and keyboard support
Tags
Related skills
| Skill | Installs | vs angular-component |
|---|---|---|
| performance | 6,782 | +743 |
| mcp-create-adaptive-cards | 7,413 | +1,374 |
| react-doctor | 6,446 | +407 |
| fixing-metadata | 5,326 | -713 |
| react-state-management | 4,849 | -1,190 |
FAQ
- How many installs does angular-component have?
- angular-component has 6,039 total installs and 6.0K installs this week.
- Where is angular-component hosted?
- angular-component is published by @analogjs/angular-skills at https://github.com/analogjs/angular-skills.
- How many GitHub stars does angular-component have?
- angular-component has 570 GitHub stars.
- When was angular-component first indexed?
- OrangeBot.AI first indexed angular-component on Jan 24, 2026.
- How do I install angular-component?
- Run: npx skills add https://github.com/analogjs/angular-skills --skill angular-component