angular/packages/forms/signals/test/node/api
Miles Malerba e1a7c35370 refactor(forms): improve typing on min & max (#65212)
If we're calling `min` on a path that's guaranteed to be `number` we
don't want to make the users validator function handle the `null` or
`string` cases.

This uncovered an issue in the `SchemaTreePath` type which needed to be
fixed by preventing the model type from being distributed over.

PR Close #65212
2025-11-14 21:56:58 +00:00
..
validators refactor(forms): improve typing on min & max (#65212) 2025-11-14 21:56:58 +00:00
debounce.spec.ts refactor(forms): use AbortSignal to cancel debounced updates 2025-11-13 17:59:22 +00:00
hidden.spec.ts test(forms): re-enable some disabled tests 2025-11-06 17:41:31 +00:00
structure.spec.ts refactor(forms): support dynamic object logic 2025-11-06 21:42:51 +00:00
when.spec.ts feat(forms): add experimental signal-based forms (#63408) 2025-08-28 09:02:43 -07:00