import {AbstractControl, ValidatorFn} from '@angular/forms'; export function blue(): ValidatorFn { return (control: AbstractControl): ...
確定! 回上一頁