After referencing the discussion on
https://stackoverflow.com/questions/50197347/how-to-reset-only-specific-fields-of-form-in-angular-5
, I am facing a challenge with resetting my form. My form consists of 20 fields and when the user clicks the reset option, I want to exclude 2 specific fields from being reset. Using this.form.reset() resets everything, but I need assistance in excluding those specific fields. Any help would be greatly appreciated.