I am using the Nebular Theme component and will want to manually activate a particular tab with a button click. I can't find any information in their doc https://akveo.github.io/nebular/docs/components/tabs/overview#nbtabsetcomponent
<nb-tabset>
<nb-tab tabTitle="Search">xxxx</ng-tab>
<nb-tab tabTitle="Add">yyyyy</ng-tab>
</nb-tabset>
<button (click)="ActivateTabAdd()">Add</button>
Any help appreciated. Thanks