...
Use
<mat-step>
for each step within each stepper.
Step Titles
Use
<ng-template matStepLabel>
within each step to add each step title.
Step Buttons
Navigation buttons must be added within each
<mat-step>
via a<div class="mat-stepper-navigation">
container.The first step of every stepper should only contain the ‘Next’ button
The last step of every stepper should only contain the ‘Back’ button
All steps in between should contain both ‘Next’ and ‘Back’ buttons
Step Titles
- Use
<ng-template matStepLabel>
within each step to add each step title.