... updateOn: 'blur' and you can use it like this: this.email = new FormControl(null, { validators: Validators.required, updateOn: 'blur' }); ...
確定! 回上一頁