stop stepchange event mat-stepper code example
Example 1: angular stepper change wait before changing
@ViewChild('stepper', { static: false }) stepper: MatStepper;
Example 2: angular stepper change wait before changing
<mat-horizontal-stepper [selectedIndex]="selectedStepIndex" #stepper>