ngx-joyride icon indicating copy to clipboard operation
ngx-joyride copied to clipboard

Angular Joyride/Tour library

Results 103 ngx-joyride issues
Sort by recently updated
recently updated
newest added

Hi @tnicola , Although i added "JoyrideModule.forChild()" in sub modules , it initialize its steps before view is initialized so it has unexpected behavior . it shows joyride step box...

is there any way to remove backdrop?

I want to add transition while movement in steps. Is this possible?

**Describe the bug** when i try to compile my angular 7, this error occured after the `v2.2.4` excluded : `ERROR in node_modules\ngx-joyride\joyride.d.ts.JoyrideStepComponent.html(1,47): : Object is possibly 'undefined'.` **To Reproduce** `ng...

bug
05 Priority

Hi folks, Can we set border-radius to the highlighted element i.e. backdrop-target(class name)? We need highlighted element having border-radius, but we fail to achieve it. If you guys have any...

enhancement

When I want to start the tour with an action inside an effect it's not starting. When I start it over a button inside a coponent, everything works fine. What...

instead of message box arrow, is there any option to show curved arrow from message box to target element. just to give better look

enhancement

We are using the ngx-translate module to translate all contents of the angular app. The problem is, that it is not working with the `title` and `text` attributes of ngx-joyride....

need reproduction

Noticed that the backdrop was removed and then re-drawn on each step of the tour. These operations for removing and then creating new DOM elements are expensive and can be...

When the target element have border radius, the backdrop target should have the same border radius degree. For aesthetic purposes.