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
Does not work without ::ng-deep
::ng-deep .mat-horizontal-stepper-header{ pointer-events: none !important; }