ngx-ui-tour icon indicating copy to clipboard operation
ngx-ui-tour copied to clipboard

🐞 - [NGX-UI-TOUR-MD-MENU] close tour does not work with RouterModule.forRoot

Open ikrasnikov opened this issue 1 year ago • 2 comments

Which ngx-ui-tour-* package is the source of the bug?

md-menu

Please provide a link to a minimal reproduction of the bug

https://stackblitz.com/edit/angular-wau2z8-3lup83

Description

If I trigger start tour in OnInit hook and use RouterModule.forRoot() 'Close' and 'End' tour buttons do not work. Had to start tour in setTimeout(), or remove routs.

Angular version

17

Ngx UI Tour version

12

Which browsers have you used?

  • [X] Chrome
  • [ ] Firefox
  • [ ] Safari
  • [ ] Edge

Which operating systems have you used?

  • [ ] macOS
  • [ ] Windows
  • [X] Linux
  • [ ] iOS
  • [ ] Android

ikrasnikov avatar Mar 26 '24 21:03 ikrasnikov