angular/packages/forms/signals/src/api
Miles Malerba 5974cd0afc
feat(forms): Ability to manually register a form field binding in signal forms
This PR adds the ability to manually register a binding with the
`FormField` directive. This is useful for a lower-level implementation
that takes the field tree as an `input()` rather than relying on the
automatic binding from `FormUiControl`.
2026-01-15 11:03:28 -08:00
..
rules refactor(forms): remove customError() 2026-01-07 15:07:30 -05:00
control.ts feat(forms): Ability to manually register a form field binding in signal forms 2026-01-15 11:03:28 -08:00
di.ts fix(forms): Rename signal form [field] to [formField] 2026-01-09 14:33:09 -08:00
form_field_directive.ts feat(forms): Ability to manually register a form field binding in signal forms 2026-01-15 11:03:28 -08:00
structure.ts docs(forms): Clarify returning errors from submit functions 2026-01-09 08:47:42 -08:00
types.ts feat(forms): allow focusing bound control from field state 2026-01-12 09:59:42 -08:00