declare module '@angular/forms' { interface AbstractControl { focused: boolean; } }. I added AbstractControl because that is the base class that FormControl ...
確定! 回上一頁