Hi,
I am quite new to angular-archwizard, trying to implement it in one of the my workflow wizard.
Bellow is my under development architecture,
- center component
- having angular-archwizard with 3 different steps - .HTML file
- having control of moving one step to another step - .TS file
- For every steps I have router-outlet to load child component through routing
I supposed to navigate by URL for every step to different route by router-outlet.
Notes
-
Application already having main router outlet(app.component.html), where I load parent components.
-
Center component is one of the parent component having children routing component for every step
Questions
- Is there any way to achieve above architecture with angular-archwizard
- How to load first route while loading center component ?
- Currently, I'm using navigate method on stepEnter() trigger, which is not loading newly routed component.
Basically, I am trying to use Nested routing with angular-archwizard to load separate component for every step independently.
Thanks in advance.
Hi,
I am quite new to angular-archwizard, trying to implement it in one of the my workflow wizard.
Bellow is my under development architecture,
I supposed to navigate by URL for every step to different route by router-outlet.
Notes
Application already having main router outlet(app.component.html), where I load parent components.
Center component is one of the parent component having children routing component for every step
Basically, I am trying to use Nested routing with angular-archwizard to load separate component for every step independently.
Thanks in advance.