Answers for "mat checkbox change event in angular 7"

0

mat checkbox change event in angular 7

whTax =false;                  
<mat-checkbox color="primary"
                      name="whTax" [checked]="false"
                      [(ngModel)]="whTax" id="IsHold"
                      (change)="onWHChange(whTax)">
                        W/H TAX
                  </mat-checkbox>
    onWHChange(isWhChecked){
      console.log('isWhChecked:>>', isWhChecked);
    }
Posted by: Guest on April-13-2022

Code answers related to "mat checkbox change event in angular 7"

Code answers related to "Javascript"

Browse Popular Code Answers by Language