angular/packages/forms/signals
Leon Senft 46dbd18566 refactor(forms): remove customError()
Remove the `customError` function and `CustomValidationError` type.

These were made obsolete by support for returning plain object literals
as custom errors.

This also catches few `field` properties that were missed in the
renaming to `fieldTree`.
2026-01-07 15:07:30 -05:00
..
compat refactor(forms): rename field to fieldTree in FieldContext and ValidationError 2025-12-16 10:26:22 -08:00
src refactor(forms): remove customError() 2026-01-07 15:07:30 -05:00
test refactor(forms): remove customError() 2026-01-07 15:07:30 -05: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 feat(forms): add [formField] directive 2026-01-06 17:21:06 -05:00