mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8b1726a1cf
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
12 lines
372 B
Markdown
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
|