Angular Components
Setproduct Design System
Home
Profile
Files
Long and winding road
I'm on my way
I'm on my way
Home sweet home
Change filter for code updates
HTML
TS
<mat-tab-group headerPosition="below"
color="black">
<mat-tab *ngFor="let tab of tabs; index as i">
<ng-template mat-tab-label>
<span>{{ tab.header }}</span>
</ng-template>
{{ tab.body }}
</mat-tab>
</mat-tab-group>