angular/packages/forms/signals
Miles Malerba ebae211add feat(forms): introduce parse errors in signal forms
Parse errors allow a custom control to communicate that it is currently
unable to produce a valid value.

Parse errors are reported by implementing the optional `parseErrors`
property on the `FormUiControl`. The property should be a signal of the
current parse errors.

Also renames several `*Field` types to `*FieldTree`. This aligns with the new naming of the concept after `Field` was renamed
to `FieldTree`.
2026-01-22 22:19:10 +00:00
..
compat feat(forms): introduce parse errors in signal forms 2026-01-22 22:19:10 +00:00
src feat(forms): introduce parse errors in signal forms 2026-01-22 22:19:10 +00:00
test feat(forms): introduce parse errors in signal forms 2026-01-22 22:19:10 +00:00
BUILD.bazel build: configure signal forms for release (#63458) 2025-08-29 14:31:35 -07:00
index.ts feat(forms): add experimental signal-based forms (#63408) 2025-08-28 09:02:43 -07:00
PACKAGE.md build: configure signal forms for release (#63458) 2025-08-29 14:31:35 -07:00
public_api.ts fix(forms): Rename signal form [field] to [formField] 2026-01-09 14:33:09 -08:00