angular/packages/forms/test
Matthieu Riegler c0d88c37c9 fix(forms): Emit FormResetEvent when resetting control (#64024)
Prior to this change, the event was emitted by the Form Directive. With the change, it is now emitted at the control level.

fixes #58894

PR Close #64024
2025-09-24 16:48:32 +00:00
..
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
directives_spec.ts fix(forms): improve select performance (#61949) 2025-06-10 13:13:13 -07:00
form_array_spec.ts feat(forms): add support for pushing an array of controls to formarray (#57102) 2025-08-06 11:20:18 +02:00
form_builder_spec.ts refactor: clean up explicit standalone flags from tests (#63963) 2025-09-22 14:27:34 +00:00
form_control_spec.ts feat(forms): add markAllAsDirty to AbstractControl (#58663) 2025-04-02 18:25:32 +00:00
form_group_spec.ts feat(forms): add markAllAsDirty to AbstractControl (#58663) 2025-04-02 18:25:32 +00:00
ng_control_status_spec.ts refactor: clean up explicit standalone flags from tests (#63963) 2025-09-22 14:27:34 +00:00
reactive_integration_spec.ts fix(forms): Emit FormResetEvent when resetting control (#64024) 2025-09-24 16:48:32 +00:00
template_integration_spec.ts refactor(core): Update tests for zoneless by default (#63668) 2025-09-09 14:41:56 -07:00
typed_integration_spec.ts fix(forms): Allow ControlState as reset arguments for FormGroup/FormRecord (#55860) 2025-05-21 17:26:23 +00:00
util.ts refactor(forms): convert scripts within packages/forms to relative imports (#60624) 2025-03-31 19:22:09 +00:00
validators_spec.ts refactor(forms): convert scripts within packages/forms to relative imports (#60624) 2025-03-31 19:22:09 +00:00
value_accessor_integration_spec.ts refactor(core): Update tests for zoneless by default (#63668) 2025-09-09 14:41:56 -07:00