Published
- 1 min read
mat-select change event
The solution for this is noted below
mat-select change event
Solution
<mat-select (selectionChange)="onBookChange($event)">
------
</mat-select>
Try other methods by searching on the site. That is if this doesn’t work