A selectable tab in a TabList.
element
HTMLElementA reference to the host element.
id
anyA unique identifier for the widget.
disabled
anyWhether a tab is disabled.
value
anyThe remote tabpanel unique identifier.
active
anyWhether the tab is active.
selected
anyWhether the tab is selected.
open
voidOpens this tab panel.
@returns
voidngOnInit
void@returns
voidngOnDestroy
void@returns
voidDescription
A selectable tab in a TabList.
The ngTab directive represents an individual tab control within an ngTabList. It
requires a value that uniquely identifies it and links it to a corresponding ngTabPanel.
<li ngTab value="myTabId" [disabled]="isTabDisabled"> My Tab Label</li>
Jump to details