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
I am using this library at for steps in my project. At all the places, my requirement is when a step is already completed, then the user should be allowed to forward/backward navigate to the steps that have already been visited and completed.
For example, if I have 8 steps out of which 1, 2 & 3 are already completed, then I should be able to navigate to step 2 & 3 freely if i am at step 2 it should move till step 4 which we have visited but not 5,6,7,8.
I have used [awNavigationMode] navigateForward="visited" but this is not working for me, I am using Angular 14.
Please help me with this.
Thanks in Advance.
The text was updated successfully, but these errors were encountered:
Hello,
I am using this library at for steps in my project. At all the places, my requirement is when a step is already completed, then the user should be allowed to forward/backward navigate to the steps that have already been visited and completed.
For example, if I have 8 steps out of which 1, 2 & 3 are already completed, then I should be able to navigate to step 2 & 3 freely if i am at step 2 it should move till step 4 which we have visited but not 5,6,7,8.
I have used [awNavigationMode] navigateForward="visited" but this is not working for me, I am using Angular 14.
Please help me with this.
Thanks in Advance.
The text was updated successfully, but these errors were encountered: