Skip to main content
Back to registry

angular-directives

analogjs/angular-skills

Create custom directives for reusable DOM manipulation and behavior in Angular v20+.

Installs2
Install command
npx skills add https://github.com/analogjs/angular-skills --skill angular-directives
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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 .

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-directives do?

Create custom directives for reusable DOM manipulation and behavior in Angular v20+.

Is angular-directives good?

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

What agent does angular-directives work with?

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

What are alternatives to angular-directives?

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

How do I 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