angular/packages/forms/signals
Alex Rickabaugh e0536091f5
perf(forms): optimize reactivity by using shallow array equality
Add `shallowArrayEquals` to computed signals returning arrays of errors or reasons in Signal Forms. This prevents unnecessary downstream invalidations when the content of the arrays remains unchanged.
2026-04-30 15:41:45 -07:00
..
compat refactor(forms): make markAsTouched() touch all descendants by default 2026-03-16 16:03:36 -06:00
src perf(forms): optimize reactivity by using shallow array equality 2026-04-30 15:41:45 -07:00
test perf(forms): optimize reactivity by using shallow array equality 2026-04-30 15:41:45 -07:00
BUILD.bazel build: cleanup workspace deps 2026-04-23 11:38:26 -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 directive files for consistency (#67727) 2026-03-23 15:41:19 -07:00