I would like to markAsDirty all the controls inside of a FormGroup.
markAsDirty
FormGroup
Object.keys( this.registerForm.controls).forEach(key => { this.registerForm.controls[key].markAsDirty(); });