Tomas Rimkus
Tomas Rimkus
You can customize the style using `ngx-ui-tour_backdrop` CSS class.
Nice to have but not a must have. Anyway, you can open a new feature request for that but I don't see now how it can be implemented in a...
Ok, I think I've figured a possible solution. At first I was just thinking about introducing `backdropZindex` setting, but now I am thinking that we could have a `BackdropConfig` setting:...
@mivanyna I have released [v9.1.0](https://github.com/hakimio/ngx-ui-tour/releases/tag/v9.1.0). See if it works as intended.
Without seeing your actual template where you are assigning the tour anchors, it's hard to tell, but I would guess you are using some structural directives (`*ngIf`, `*ngFor`) on those...
Closing due to inactivity.
Not sure if it's more sensible to try to guess which step should be selected or to just end the tour. I am leaning towards just ending the tour since...
Not sure what you are trying to achieve here. Anyway, I have decided to just end the tour if user navigates to a different page. You can use [route guard](https://angular.io/api/router/CanDeactivate)...
Ok, I think I understand what's the problem. It shouldn't even start listening to `NavigationStart` event if it didn't navigate anywhere (`isRouteActive == true`).
It's using `first()` operator to unsubscribe after the first emition.