tabs/src/tab-panels/tab-panels.component.ts
Developer Preview – This component is in an early stage of development and may undergo breaking changes. Feedback welcome!
Tab Panels component acts as a container for multiple Tab Panel components. It manages the display and transition of the selected Tab Panel.
import { TabPanelsComponent } from '@talenra/components/tabs';| changeDetection | ChangeDetectionStrategy.OnPush |
| host | { |
| selector | talenra-tab-panels |
| templateUrl | ./tab-panels.component.html |
| styleUrl | ./tab-panels.component.scss |