Is there a method available that can identify and return the fields that have been modified within a form? I am looking to generate a list of string values for the changed fields.
I am dealing with a complex form containing approximately 30 different fields.
Manually scrolling through each field is cumbersome, especially considering some keys contain objects while others hold lists of objects.
An ideal solution would involve a function that could automatically detect and return all modified fields and objects in my form.
How can this be achieved effectively using Angular's Reactive Forms?
If possible, please provide code snippets or suggestions on how to implement validation for changed fields within my form.
StackBlitz: https://stackblitz.com/edit/angular-khiusf