Use this tag for questions about Angular Material Stepper, the implementation of stepped workflow with Material Design styling.
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-stepperI'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-stepperHow 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-stepperIm 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-stepperIn 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-stepperThis 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-stepperIn 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-stepperI am using linear mat-stepper. It works fine with next. I do api call & if it's success then i …
angular angular-cdk angular-material-7 angular-material-stepperI 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-stepperI'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