amazin but I have a question I hope you can help me if I add another line like this firstName: ['', Validators.required, Validators.pattern ('^ [A-Z | a-z |] + $')], Then I put it on the name it leaves me the error in the 1st number for example at 9:56 and that's how can I fix it?
Hello, 1. Add a template reference to the stepper: 2. Attach a click event to the button you want Next 3. Define the function onNextClick(myStepper: MatStepper) { myStepper.next() }
This helped me A TON ! thank you , my life savior !
Thanks a lot friend! Your tuto is very helpful.
This helped me a lot. Thank you
On mouse hover there is background is coming . How to remove it?
amazin but I have a question I hope you can help me if I add another line like this
firstName: ['', Validators.required, Validators.pattern ('^ [A-Z | a-z |] + $')],
Then I put it on the name it leaves me the error in the 1st number for example at 9:56 and that's how can I fix it?
Is it possible to change stepper icon? Like if step is completed then green tick kind of icon instead of number?
Hi,
I have been trying to trigger matStepperNext and matStepperPrevious from a function or click event may you kindly help or advise?
Hello,
1. Add a template reference to the stepper:
2. Attach a click event to the button you want
Next
3. Define the function
onNextClick(myStepper: MatStepper) {
myStepper.next()
}
@@Codeible Works like a Charm, thank you so much.🔥
@@Codeible Thanks...you saved my day!
is that responsive !
Yes.
Can you pls put tutorial on how to show stepper in mat-dialog via mat-dialog service?