ngx-ui-tour icon indicating copy to clipboard operation
ngx-ui-tour copied to clipboard

✈️ UI tour for Angular apps

Results 12 ngx-ui-tour issues
Sort by recently updated
recently updated
newest added

Hello! I was trying to update my project to Angular 14 and got errors in my tests regarding this module. Are there any plans in upgrading the module to be...

enhancement

I have created a really nice guided tour with your library, thanks a lot. I have some steps in my tour, which I call interactive steps. To progress in these...

enhancement

When steps have `route` set and the user presses the browser's back button - the backdrop still exists but no tooltip is shown. As result: User can't stop the tour...

bug

It would be good to have the ability to configure z-index for the backdrop as it doesn't prevent interactions with elements that have z-index higher than 101. For example element...

enhancement

I have a demo project in which the tool is working. The code (in ngOnInit) looks like this: this.tourService.events$.subscribe(event => console.log(event)); this.tourService.initialize([ { anchorId: 'first', content: 'Start a new investigation',...

question
needs-more-info

### Which ngx-ui-tour-* package is the source of the bug? md-menu ### Please provide a link to a minimal reproduction of the bug https://stackblitz.com/edit/angular-wau2z8-3lup83 ### Description If I trigger start...

bug
P1

In discussion #159 I had the following problem: I'm using an external component (in this case a calendar component) that contains a button group to switch views. I'm not able...

### Which ngx-ui-tour-* package is the source of the bug? ionic ### Please provide a link to a minimal reproduction of the bug _No response_ ### Description Below is the...

bug
needs-reproduction

### Would you consider adding support for other UI libraries in the future? General ### Description like prime-ng or tailwind

enhancement

### Which ngx-ui-tour-* package is the source of the bug? md-menu ### Please provide a link to a minimal reproduction of the bug https://stackblitz.com/edit/angular-wau2z8?file=src%2Fapp%2Fui-tour-demo.component.ts ### Description When a step is...

bug
P3