Is there any angular wizards or stepper exists which provides the option to load the angular components as steps body
longsteps-component-start
step1-component
step2-component
step3-component
step-final-component
Not wanted to add all logic inside the same ts file.Instead i would like to keep the component specific logic inside the corresponding ts files and share data between components with help of services.
Also i am not using Angular Material Library inside my project , so mat-step will not work in my case