I have a an Angular Material Stepper with 3 steps.
The steps are marked as complete=false so that you cannot go to the next step until they are complete.
However, if I mark a step as complete, stepper.next seems to go to an indeterminate state.
Example: https://stackblitz.com/edit/angular-oyeqzm?file=src%2Fapp%2Fstepper-states-example.ts
It's like the stepper is not "refreshed" to know about the completed status of a step.
Any thoughts?