I have prepared example (Angular Material Select):
I have set value on ngOnInIt for mat-select, but selectionChange event is not firing. Whenever I set value to mat-select with value property, I want that selectionChange is fired, and I want to do some work on selectionChange.
selectionChange is firing on manual user selection, but not on setting value.
Why selectionChange event is not firing?
Is there any other event or approach to achieve this ?