Answer the question
In order to leave comments, you need to log in
How to save a statement for MatTab?
I use tabs with routing.
<nav mat-tab-nav-bar>
<a mat-tab-link
*ngFor="let link of links"
[routerLink]="link.path"
routerLinkActive #rla="routerLinkActive"
[active]="link.isActive">
{{link.label}}
</a>
</nav>
<router-outlet></router-outlet>
Answer the question
In order to leave comments, you need to log in
except for saving the statement in the service or in the storage
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question