How can I highlight elements from third-party libraries using ngx-ui-tour in Angular? #208
Unanswered
XavierLaRosa
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Normally you could use tour-proxy-anchor to target 3rd party elements, but if you are using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using ngx-ui-tour in my Angular application and want to highlight specific elements from a third-party library. For example, I'm trying to highlight the right slide button in NGX Bootstrap's Carousel component.
I tried adding tourAnchor="carouselButton" to the element dynamically using JavaScript before I start the tour, but I get the error: "Can't attach to unregistered anchor with id helpIcon"
How can I correctly register and highlight elements that come from third-party components?
Beta Was this translation helpful? Give feedback.
All reactions