interface AsyncValidatorFn { (c: AbstractControl): Promise<ValidationErrors | null> | Observable<ValidationErrors | null> } ...
確定! 回上一頁