SyntaxFix
Write A Post
Hire A Developer
Questions
The changed it from change to selectionChange.
change
selectionChange
<mat-select (change)="doSomething($event)">
is now
<mat-select (selectionChange)="doSomething($event)">
https://material.angular.io/components/select/api