Skip to main content
Back to the directory
analogjs/angular-skillsSoftware EngineeringFrontend and Design

angular-directives

Custom directives for DOM manipulation, behavior extension, and component composition in Angular v20+.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
4

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/analogjs/angular-skills --skill angular-directives
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, angular-directives has 4 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: analogjs/angular-skills. Canonical URL: https://skills.sh/analogjs/angular-skills/angular-directives.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Custom directives for DOM manipulation, behavior extension, and component composition in Angular v20+. Create custom directives for reusable DOM manipulation and behavior in Angular v20+. Modify the appearance or behavior of an element: Prefer host over @HostBinding / @HostListener : Use structural directives for DOM manipulation beyond control flow (portals, overlays, dynamic insertion points). For conditionals and loops, use native @if , @for , @switch . Render content in a different DOM location: Defer rendering until condition is met (one-time): Compose directives on components or other directives: Combine multiple behaviors: For advanced patterns, see references/directive-patterns.md . - Attribute directives modify element appearance and behavior using the host property for event handling, class binding, and ARIA attributes; includes patterns for tooltips, highlights, buttons, click-outside detection, and keyboard shortcuts - Structural directives handle portal rendering, lazy initialization, and template context injection for DOM manipulation beyond native @if , @for , @switch control flow - Host directives compose reusable behaviors across components and other directives, exposing inputs and outputs for flexible behavior composition - Built on Angular v20+ signals, inputs, outputs, and effects for reactive, type-safe directive development

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Custom directives for DOM manipulation, behavior extension, and component composition in Angular v20+.

Is angular-directives good?

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

Which AI agents support angular-directives?

angular-directives currently lists compatibility with Skills CLI.

Is angular-directives safe to install?

angular-directives has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to angular-directives?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install angular-directives?

Run the following command to install angular-directives: npx skills add https://github.com/analogjs/angular-skills --skill angular-directives

Related skills

More from analogjs/angular-skills

Related skills

Alternatives in Software Engineering