Why does the Angular Material Tab “selectedTabChange” event getting called on component load?
I am using a Angular Mat Tabs to implement Tabs view and capturing each tab selected index as well as label values using the event (selectedTabChange) during on click of the tab header. However this event is getting called during angular component load, which leads to some error.