angular-signals

angular signals

analogjs 596 ↓ 7.4k MIT updated 4mo ago
Claude Code
View source ↗

What it does

  • Run in injection context (constructor or with runInInjectionContext)
  • Automatically cleaned up when component destroys

Requirements & configuration

  • // From observable - requires initial value or allowUndefined
  • // Only depends on 'a', not 'b'

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

angular signals

Source

Repository: https://github.com/analogjs/angular-skills

angular-signals FAQ

What does the angular-signals skill do?

Implement signal-based reactive state management in Angular v20+. Use for creating reactive state with signal(), derived state with computed(), dependent state with linkedSignal(), and side effects with effect(). Triggers on state management questions, converting from BehaviorSubject/Observable patterns to signals, or implementing reactive data flows. Run in injection context (constructor or with runInInjectionContext) Automatically cleaned up when component destroys

What does angular-signals require?

// From observable - requires initial value or allowUndefined // Only depends on 'a', not 'b'

How do I install angular-signals?

Run: npx -y skills add https://github.com/analogjs/angular-skills --skill angular-signals --agent claude-code — the source lives at github.com/analogjs/angular-skills.

Maintain angular-signals?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

angular-signals on getagentictools
[![angular-signals on getagentictools](https://getagentictools.com/badge/skills/analogjs-angular-skills-angular-signals.svg)](https://getagentictools.com/skills/analogjs-angular-skills-angular-signals?ref=badge)
npx agentictools info skills/analogjs-angular-skills-angular-signals

The second line is the CLI lookup for this page — handy in READMEs and docs.