-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Currently I have multiple lists of steps depending on routes and the state of the app or the permissions of the user.
I extend the tour
service to make this possible by changing the steps in a modified start
method.
I'd love to see something like:
tourService.addSteps('default', steps);
tourService.addSteps('default-loggedin', loggedInSteps);
Somewhere else:
let modifier = isAuthenticated ? '-loggedin' : '';
tourService.start(`default${modifier}`);
anulman
Metadata
Metadata
Assignees
Labels
No labels