angular/components
tabs: nested mat-tab-group with custom label template puts label on parent tab too
Ouverte
#10 441 ouverte le 15 mars 2018
P4area: material/tabshelp wanted
Métriques du dépôt
- Stars
- (24 044 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Should be able to use a custom tab label template in a sub tab but not in a parent tab.
What is the current behavior?
Having a mat-tab-group within a mat-tab-group with the child mat-tab-group having mat-tab items with a custom tab template (using ng-template) puts the custom tab content on the parent tab too.
What are the steps to reproduce?
StackBlitz repro: https://stackblitz.com/edit/angular-7njwul
What is the use-case or motivation for changing an existing behavior?
Not possible to use a custom tab label template on child tabs without breaking the parent tabs.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Browsers - all Material: 5.2.4 (+?) Angular 5
Is there anything else we should know?
Nope