Winkelformgruppe validieren manuell
//Validate all the form group
this.form.updateValueAndValidity();
//Validate only one form control
this.form.controls['formControlName'].updateValueAndValidity();
Watcher O_O