angular/packages/forms/signals
Miles Malerba ff4633dab8 refactor(forms): allow passing number|string|null paths to min & max (#65212)
Relaxes the constraints on which paths can be used with the `min` &
`max` validation rules, since people may want to validate a
potentially-null number, or a numeric value represented as a string

PR Close #65212
2025-11-14 21:56:58 +00:00
..
compat build(forms): expose signal forms compat package 2025-11-14 17:23:39 +00:00
src refactor(forms): allow passing number|string|null paths to min & max (#65212) 2025-11-14 21:56:58 +00:00
test refactor(forms): allow passing number|string|null paths to min & max (#65212) 2025-11-14 21:56:58 +00: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 feat(forms): add debounce() rule for signal forms 2025-11-11 12:00:13 -08:00