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

how to catch the end event if user click on end in tour

ajindal96 opened this issue · comments

this.tourService.end$.subscribe(p=>{
// your code
});

OR
you can do by using custom template by writing your own click event for End Button.
image