nickkhan

Results 1 comments of nickkhan

> A workaround: whenever the outer mat-tab-group changes its selectedIndex to unhide your inner mat-tab-group, call `window.dispatchEvent(new Event('resize'));` I am using @Input from parent mat-tab-group to pass the selectedIndex to...