I have 3 tabs in tabset and when i click an image i want to make tab 2 as active.
so when i click the image i want tabIndex 2 is active not tabindex 0
<tabset *ngIf="visable2" class="member-tabset">
<tab heading="Overview" [tabIndex]="0"></tab>
<tab heading="Overview" [tabIndex]="1"></tab>
<tab heading="Overview" [tabIndex]="2"></tab>
</tabset>