Angular 4 & Material Stepper
Is it possible to reset (or just jump to the first step) inside of a stepper ? It is not documented in the docs, but is it possible to do so? It is stated in the docs that the stepper is built on "CDK Stepper" ( link ?), but I can't find any examples which lead me to my goal. Ben jamin Ok, it seems I found a solution (but it is not stated anywhere on the API). Add a reference to the stepper, then add ViewChild with the reference in your component typescript file. Create a method to change the index of the stepper. HTML: <mat-horizontal-stepper [linear]="true" #stepper> <!-- Content here --> <