angular/packages/forms/signals
kirjs 3937afc316 feat(forms): introduce SignalFormControl for Reactive Forms compatibility
This commit introduces `SignalFormControl`, a bridge implementation that allows Signal-based forms to interoperate with existing Reactive Forms infrastructure. It extends `AbstractControl` with standard methods and reactive observables while handling state propagation to parent containers.
2026-02-02 14:51:40 -08:00
..
compat feat(forms): introduce SignalFormControl for Reactive Forms compatibility 2026-02-02 14:51:40 -08:00
src feat(forms): introduce SignalFormControl for Reactive Forms compatibility 2026-02-02 14:51:40 -08:00
test refactor(forms): convert FieldState.controlValue to a WritableSignal 2026-01-30 09:14:14 -08: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 refactor(forms): move control logic into FormField directive 2026-01-29 13:17:40 -08:00