Skip to content

How to use Nested routing with angular-archwizard to load separate component for every step independently #214

@AbhijitMuke

Description

@AbhijitMuke

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

  1. Is there any way to achieve above architecture with angular-archwizard
  2. How to load first route while loading center component ?
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions