定義validator 需要實現ValidatorFn 介面. 原始碼: export interface ValidatorFn { (c: AbstractControl): ValidationErrors | null; }.
確定! 回上一頁