email = new FormControl(null, { validators: Validators.required, updateOn: 'blur' });. Also you can use other update options: change (default) ...
確定! 回上一頁