You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(material/tabs): picking up mat-tab-label from child tabs (#23560)
We use `ContenChild` to get a hold of the projected `mat-tab-label` inside a tab, but the problem is that this will also pick up label inside of nested tabs.
These changes add some safeguards so the labels don't get mixed up.
Fixes#23558.
(cherry picked from commit 505c0d1)
0 commit comments