import {FormGroup} from '@angular/forms'; class XComponent { form: FormGroup; whateverMethod() { //...reset this.form.reset(); } }