When mat-step is once completed (the completed property is set to true) and the stepper is then resetted, completed flag works no more (user cannot move to next step).
What should be done to make this working?
>Solution :
The problem is your completed1 and completed2 values stay true even after resetting mat-horizontal-stepper. You need to reset/set those values to false before stepper.reset();