angular/packages/forms/signals/test/web
Leon Senft 41be02da2f perf(forms): implement change detection for field control bindings
For each field state property, check if it has changed since the last
time it was checked before writing it the corresponding form control
property.

The `pattern` and `required` properties of the field state now return a
default value rather than `undefined` if not defined by metadata.
2025-11-05 00:11:22 +00:00
..
BUILD.bazel feat(forms): add experimental signal-based forms (#63408) 2025-08-28 09:02:43 -07:00
field_directive.spec.ts perf(forms): implement change detection for field control bindings 2025-11-05 00:11:22 +00:00
field_proxy.spec.ts test(forms): test reactive iteration over array field (#64113) 2025-10-24 09:29:29 +02:00
interop.spec.ts fix(forms): interop supports CVAs with signals (#64618) 2025-10-24 09:31:39 +02:00