Files
Kam 8b1726a1cf docs(forms): update package docs for Signal Forms graduation
After #68581 graduated the Signal Forms APIs to public API and #68654 removed
the experimental warnings from the Signal Forms documentation in adev, the
package READMEs still framed the API as experimental.

Update `packages/forms/signals/PACKAGE.md`: drop the experimental title and
intro, remove the now-shipped entries from "Not yet supported" (interop with
reactive/template forms and strongly-typed binding to UI controls), and remove
the remaining experimental and exploratory wording from the FAQ.

Update `packages/forms/PACKAGE.md`: it listed only two ways to build forms
(reactive and template-driven). Add signal forms as the third.

Fixes #68724
2026-06-22 16:29:18 -04:00

12 lines
372 B
Markdown

# Signal-based forms API
This directory contains the signal-based Angular forms API, built on top of
[signals](https://angular.dev/guide/signals). It is an alternative to template-driven and reactive
forms that keeps signals at its core, and interoperates with the existing `@angular/forms` APIs.
## Not yet supported
- Debouncing validation
- Dynamic objects
- Tuples