I made a steppers sample project with react.js and material UI. Link is https://stackblitz.com/edit/dynamic-stepper-react-l2m3mi?file=DynamicStepper.js
I am trying to make the same sample with Angular and material, But I was not able to achieve the same functionality as react. can anyone help me with this?
Angular work link:- https://stackblitz.com/edit/stepper-dynamic-gpwp1x?file=src%2Fapp%2Fapp.component.html
What I want to achieve in this sample:-
- Stepper headers:- In react sample I'm enabling only the current header and on select, I am enabling add the item button.
- Icons, I was not able to remove the edit icons.
Thanks for the help.