tabs/src/tab-panel/tab-panel.component.ts
Developer Preview – This component is in an early stage of development and may undergo breaking changes. Feedback welcome!
Tab Panel component holds the content for a specific tab. It is linked to a Tab by a matching identifier (required).
import { TabPanelComponent } from '@talenra/components/tabs';| changeDetection | ChangeDetectionStrategy.OnPush |
| HostDirectives |
TabPanel
Inputs : value: identifier
|
| host | { |
| selector | talenra-tab-panel |
| imports |
TabContent
|
| templateUrl | ./tab-panel.component.html |
| styleUrl | ./tab-panel.component.scss |