You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there any way to jump to a specific step with a link that is outside of <aw-wizard> element?
I want to build my own navigation menu, and put it in a section located far away from the wizard.
We have this property to do it [awGoToStep]="{stepIndex: 1}". But it only works inside of <aw-wizard> element.
The text was updated successfully, but these errors were encountered:
angular-archwizard version 5.0.0 has just been released. It contains #166 with a more stable API to navigate the wizard programmatically. Feel free to give it a try!
If there are any questions or problems feel free to open a new issue!
is there any way to jump to a specific step with a link that is outside of
<aw-wizard>
element?I want to build my own navigation menu, and put it in a section located far away from the wizard.
We have this property to do it
[awGoToStep]="{stepIndex: 1}"
. But it only works inside of<aw-wizard>
element.The text was updated successfully, but these errors were encountered: