Top "Angular-material-stepper" questions

Use this tag for questions about Angular Material Stepper, the implementation of stepped workflow with Material Design styling.

Angular Material - Prevent mat-stepper from navigating between steps

I have a mat-horizontal-stepper where I set linear property as true. When all the steps are valid as of now …

angular angular-material angular-material2 angular-material-stepper
Angular Material Stepper component prevent going to all the non visited steps

I'm using the Angular Material Stepper component. Within my content I have separate buttons that helps the user to move …

angular angular-material2 angular-material-stepper mat-stepper
How to submit forms in Stepper in Angular 4 material

How to submit form data in the stepper of angular material. I am following the example from angular material https://…

javascript angular typescript angular-material angular-material-stepper
Angular Stepper with selectedIndex set matStepperNext/matStepperPrevious not working

Im using a matStepper and when i set the selectedIndex to 3 i cannot navigate using next and previous. i can …

angular angular-material angular6 angular-material-stepper
Using separate components in a linear mat-horizontal-stepper

In Angular, is it possible to have a linear stepper where the individual steps are separate components? For example: <…

angular angular-material angular-material2 angular-material-stepper
Angular Material Mat-Stepper: How to use the same formgroup for multiple steps?

This is my form group. I'm using a form group inside another one: this.shopGroup = this.fb.group({ _user: [''], …

javascript angular typescript angular-material2 angular-material-stepper
CSS for completed mat-step in mat-vertical-stepper

In mat-vertical-stepper I have 4 mat-step. How can I have tick-mark once 1st step is completed? I tried: <mat-vertical-stepper style="…

javascript angular angular-material angular-material-stepper
How to change state icon in Angular Material stepper?

I am using Angular Material stepper. Using STEPPER_GLOBAL_OPTIONS, I am able to change the state of the steps …

angular angular-material material-design angular-material-stepper
Angular Material Vertical Stepper single form .reset() not functioning correctly

I've been working on a stepper element for one of my web pages and have tried to implement the .reset() …

angular angular7 angular-material-stepper