reference-signal-forms
✓解釋「packages/forms/signals」下程式碼的思維模型和架構。每當您打算使用「packages/forms/signals」中的程式碼時,您都必須使用此技能
SKILL.md
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.
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).
It allows accessing nested fields (e.g., myForm.user.name) without manually creating control groups. Accessing a property on the proxy lazily resolves or creates the corresponding FieldNode.
解釋「packages/forms/signals」下程式碼的思維模型和架構。每當您打算使用「packages/forms/signals」中的程式碼時,您都必須使用此技能 來源:angular/angular。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/angular/angular --skill reference-signal-forms- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-17
- 更新時間
- 2026-02-18
快速解答
什麼是 reference-signal-forms?
解釋「packages/forms/signals」下程式碼的思維模型和架構。每當您打算使用「packages/forms/signals」中的程式碼時,您都必須使用此技能 來源:angular/angular。
如何安裝 reference-signal-forms?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/angular/angular --skill reference-signal-forms 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/angular/angular