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

Tour service initialize 2nd instance

zehavibarak opened this issue · comments

Got 'Can't attach to unregistered anchor with id...'.
The anchors does register (I see it on debug), but the initialize() is called on a different instance!

If you are using ngx-tour-md-menu, then use this in your service or compoenet
import { TourService } from 'ngx-tour-md-menu'; not import { TourService } from 'ngx-tour-core';

please document this - thats a nasty error

@dgonzalez870 you saved my day!