I want to navigate the stepper only through the next and back buttons.
I can\'t get this to work since users can also click each step label to navigate to any step. I c
Here ::ng-deep .mat-horizontal-stepper-header-container { display: none ; }
::ng-deep .mat-horizontal-stepper-header-container { display: none ; }
Use this on your style sheet to remove stepper header...Like Step-1,Step-2