I want to load steps dynamically Like I have Offering component under that there are two steps label
- Offering detail(it should load offering detail component)
- Add User(it should display Add user component)
so stepper should display 2 steps only.
again I have Datasourceaccess
component and under that 3 steps are there, so I want to build reusable stepper component which can be used by any components and should display steps according to components.
below stack blitz link, showcasing the above problem
StackBlitz : https://stackblitz.com/edit/angular-4xg2no
Fyi, here I am working on sharedwizard.component
and sharedWizard.componet.html