angular/packages/forms/signals/test/node/compat
Miles Malerba f56bb07d83 feat(forms): add field param to submit action and onInvalid
The `action` and `onInvalid` handlers now recevie two pieces of
information:
1. The form that is being submitted
2. The specific field that the submit was triggered on

Remove the `submit()` method on field state - supporting this is complex
from a typing perspective, since the `FieldState` only knows its
`TValue` type, not the `TModel` type of its owning `FieldTree`. Rather
than try to pack additional generics on to `FieldState`, we'll just
leave the `submit` function as a standalone importable function.
2026-02-09 14:49:43 -08:00
..
compat.spec.ts feat(forms): add field param to submit action and onInvalid 2026-02-09 14:49:43 -08:00
compat_validation_error.spec.ts refactor(forms): Address more feedback 2026-02-02 14:51:40 -08:00
signal_form_control.spec.ts refactor(forms): Address more feedback 2026-02-02 14:51:40 -08:00
signal_form_control_in_form_group.spec.ts refactor(forms): address feedback 2026-02-02 14:51:40 -08:00