-
Hey, Now I get TypeScript errors in my code where I use it. I was not able to find a hint in the release notes about the removal. The attribute is also still used here: and documented here: Any hint what to do with this attribute? Is there an alternative to achieve the same behavior (control the placement)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, If you import |
Beta Was this translation helpful? Give feedback.
Hi,
If you import
IStepOption
fromngx-ui-tour-ngx-bootstrap
like its done in the demo project you linked to, theplacement
config will still be there. It was removed from the core library but it's still available in the UI libraries.