I am using angular material in my project. I want to add extra stepper item(mat-step) on every click of addItem
button.
I created a plunker here. https://stackblitz.com/edit/angular-enmq1z?file=app%2Fstepper-overview-example.ts
Can anyone help me with this?
Thanks in advance.
I would use
FormArray
along withFormGroup
HTML:
TS Code:
Stackblitz