angular/packages/forms/signals
Leon Senft 850f0d6b3d perf(forms): only update interop controls when bound field changes
https://github.com/angular/angular/pull/64590 implemented change
detection for field bindings, but only for those bound to native or
custom form controls. This change extends that optimization to apply to
field bindings on interoperable controls built using Reactive Forms as well.
2025-11-07 11:58:17 -08:00
..
compat refactor(forms): expose pathKeys as part of the API 2025-11-06 13:43:13 -08:00
src perf(forms): only update interop controls when bound field changes 2025-11-07 11:58:17 -08:00
test test(forms): fix type checking errors in signal form tests 2025-11-07 11:57:50 -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): rename files related to metadata (#64603) 2025-10-23 18:13:16 +02:00