mode_edit codeAPI / @angular/formsValidatorFnlinkinterface 稳定interface ValidatorFn { (c: AbstractControl): ValidationErrors | null }方法link调用签名 linkmode_edit code(c: AbstractControl): ValidationErrors | null参数cType: AbstractControl.返回值ValidationErrors | null