Hello,
I have a nb-tabset with multiple nb-tab's inside, how can i change the active tab on the return of a https request?
<nb-tab tabTitle="Yout Title" [active]="isActive">
How to switch between nb-tabs using a button ?
Hi, i wanted to intercept the tab switching i.e. when i click on a tab i want a popup to come with two options ok and cancel and when i click on cancel the tab should not change.!!
Closing as original issue is resolved.
<nb-tab tabTitle="Yout Title" [active]="isActive">
Not working!
<nb-tab tabTitle="Yout Title" [active]="isActive">Not working!
isActive must be defined as a Boolean variable.
If you don't need to dynamically choose the active tab, just write
<nb-tab tabTitle="Yout Title" active="true">
Most helpful comment
<nb-tab tabTitle="Yout Title" [active]="isActive">