5

I am working on Angular Material V7. I am expecting the same behavior of Mat-tab-group for mat-tab-nav-bar. In mobile view mat-tab-nav-bar is not showing arrow to scroll the tabs in horizontal.

<nav mat-tab-nav-bar>
    <a mat-tab-link *ngFor="let link of navLinks"
                    [routerLink]="link.path" routerLinkActive 
                    #rla="routerLinkActive"
                    [active]="rla.isActive" matTooltip="{{ link.label }}">
                    {{ link.label }}
    </a>
</nav>

How can I fix this issue?

Toby Speight
  • 27,591
  • 48
  • 66
  • 103
Navaneethan Arun
  • 386
  • 3
  • 5
  • 17

0 Answers0