progress-stepper/src/progress-stepper-header/progress-stepper-header.component.ts
Progress Stepper Header displays the current progress and allows users to navigate through the steps.
See ProgressStepperBodyComponent
| changeDetection | ChangeDetectionStrategy.OnPush |
| host | { |
| selector | talenra-progress-stepper-header |
| imports |
ProgressStepHeaderComponent
ButtonComponent
|
| templateUrl | ./progress-stepper-header.component.html |
| styleUrl | ./progress-stepper-header.component.scss |
Methods |
|
| Public updateScrollButtonsState |
updateScrollButtonsState()
|
|
Calculate whether scroll buttons are enabled. Invoke if you need to update stepper state manually (e.g. when changing the containers width).
Returns :
void
|