Also use ngModel to get two way binding for myModel variable. Markup <input type="text" [(ngModel)]="myModel" (blur)="onBlurMethod()">.
確定! 回上一頁