Parasuraman Sakkarapani

Results 1 comments of Parasuraman Sakkarapani

with the help of @LanderBeeuwsaert suggestion , As a workaround, I did as below. @ViewChild('tabGroup') tabGroup! : MatTabGroup; ngAfterViewInit() { let tab = this.tabGroup._allTabs.toArray().find((tabItem: MatTab) => tabItem.textLabel === tabName); if...