isDupeCity(): AsyncValidatorFn { return (control: AbstractControl): Observable<{ [key: string]: any } | null> => { var city = <City>{}; city.id = (this.id) ...
確定! 回上一頁