angular/packages/forms/signals/test/web
Matthieu Riegler 15d4bd58d1 fix(forms): interop supports CVAs with signals (#64618)
The directive implemnetation might set CVA values during the template evaluation. Since the template is a reactive context we need to untrack when setting the CVA values to prevent writing to signals in a reactive context.

fixes #64614

PR Close #64618
2025-10-24 09:31:39 +02:00
..
BUILD.bazel feat(forms): add experimental signal-based forms (#63408) 2025-08-28 09:02:43 -07:00
field_directive.spec.ts fix(forms): only propagate schema defined properties from field to control (#64446) 2025-10-21 17:38:34 +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