I would like to know if there is any method that returns the fields that were changed in the form. I need to create a string list with the fields that have changed.
I own a very large form with about 30 fields.
One way would be to scroll through all the fields, but it would be a little painful as I have keys that hold an object and also have keys that hold a list of objects.
It would be nice if there was a function that would return all fields and objects that were changed on my form.
What is the right way to do this in Angular with Reactive Forms?
If possible write a code here, or tips on how you could be doing the validation of the fields that were changed on my form.
StackBlitz: https://stackblitz.com/edit/angular-khiusf