An interface implemented by classes that perform synchronous validation. interface Validator { validate(control: AbstractControl): ValidationErrors | null ...
確定! 回上一頁