isaacplmann / ngx-tour

Product Tour Built in Angular

Home Page:https://isaacplmann.github.io/ngx-tour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async/await

fergardi opened this issue · comments

Hello!

If I'm navigating to another route in a tour step, how can I await for the async ajax data to be loaded before showing up the tour-step-template? The result is the backdrop miscalculates the height of the element which is populated by a list of ajax data.

Could there be a delay or a callback option in order to await for something to complete before showing up the step?

Thanks in advance.

Great plugin!