angular/packages/forms/src/model
Domenico Gemoli a07ee60989 feat(forms): add markAllAsDirty to AbstractControl (#58663)
Adds the `markAllAsDirty` method to the `AbstractControl` class. This method will mark the control and all its
descendants as dirty.

I pretty much just duplicated the behaviour and tests of `markAllAsTouched`.

Fixes #55990

PR Close #58663
2025-04-02 18:25:32 +00:00
..
abstract_model.ts feat(forms): add markAllAsDirty to AbstractControl (#58663) 2025-04-02 18:25:32 +00:00
form_array.ts docs: set syntax highlighting to the remaining Markdown code examples blocks (#59088) 2025-01-14 15:14:02 -05:00
form_control.ts docs: Correct comments for FormControl (#58352) 2025-03-06 10:36:46 -08:00
form_group.ts fix(forms): Fix typing on FormRecord. (#59993) 2025-02-18 19:28:36 +00:00