Skip to main content
Back to the directory
angular/angularSoftware EngineeringFrontend and Design

reference-signal-forms

The packages/forms/signals directory contains an experimental, signal-based forms API for Angular. This system differs significantly from the existing Reactive and Template-driven forms.

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
822

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/angular/angular --skill reference-signal-forms
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, reference-signal-forms has 822 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: angular/angular. Canonical URL: https://skills.sh/angular/angular/reference-signal-forms.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
The packages/forms/signals directory contains an experimental, signal-based forms API for Angular. This system differs significantly from the existing Reactive and Template-driven forms. Model-Driven : The system is built around a WritableSignal which serves as the single source of truth . Unlike Reactive Forms where the FormControl holds the value, here the Signal holds the value. The form is merely a view or projection of that signal, adding form-specific state (validity, dirty, touched). Proxy-Based Traversal : The form API ( form(signal) ) returns a FieldTree . This object is a Proxy . It allows accessing nested fields (e.g., myForm.user.name ) without manually creating control groups.

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 reference-signal-forms do?

The packages/forms/signals directory contains an experimental, signal-based forms API for Angular. This system differs significantly from the existing Reactive and Template-driven forms.

Is reference-signal-forms good?

reference-signal-forms does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support reference-signal-forms?

reference-signal-forms currently lists compatibility with Skills CLI.

Is reference-signal-forms safe to install?

reference-signal-forms 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 reference-signal-forms?

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

How do I install reference-signal-forms?

Run the following command to install reference-signal-forms: npx skills add https://github.com/angular/angular --skill reference-signal-forms

Related skills

More from angular/angular

Related skills

Alternatives in Software Engineering