I am working on Angular 5 app and using FormArray of reactive forms. when user make some changes in one or more FormGroup and later change his mind and click on "Cancel change" button than how to restore the initial state of component Model??
I tried looking for this on the angular official website and on stackOverflow but did not find anything similar to this.