I'm using material select component in my app. Sometimes I have set default value in mat-select. but selectionChange event not firing when set default value. I read the documentation, there were written
Event emitted when the selected value has been changed by the user.
Is there any way that I can trigger programmatically?