I was wondering if there is a way to get rid of the navigation in angular material stepper? I got it to work with horizontal stepper but with the vertical stepper it doesn't seem to work.
For removing the horizontal navigation:
::ng-deep .mat-horizontal-stepper-header-container {
display: none !important;
}
But this code doesn't work with this vertical stepper could someone help out?
