Change your validator signature from return (formGroup: FormGroup). to return (controls: AbstractControl). Then change the way you access ...
確定! 回上一頁