In Angular Material Design 6, the (change) method was removed.
I cant find how to replace the change method to execute code in the component when the user change selection
For me (selectionChange) and the suggested (onSelectionChange) didn't work and I'm not using ReactiveForms. What I ended up doing was using the (valueChange) event like: