get value onChange from mat-select angular

JavaScript
<mat-select (selectionChange)="doSomething($event)">

Source

Also in JavaScript: