I am using angular material in my project. I want to add extra stepper item(mat-step) on every click of addItem button.
addItem
I created a plunker here. https:
You can use FormGroup and FormArray to archive this.
Check the below example for that
https://stackblitz.com/edit/dynamic-stepper-material