3

Anyone have an idea which is the library to use UI-tour or walkthrough in angular application. I don't find any valid library except ng-walkthrough. My need is the one where we can have more flexibility and supportability with the library.

I have tried with ngx-bootstrap-product-tour but it did not work for me. whenever I click on it to start the tour, it's not reflecting anything, I don't see any error or any other problem.

If any suggestions, please let us know.

Bharat
  • 119
  • 2
  • 4
  • 17
  • 1
    Log more and more to see where exactly you stuck. Update the question with your observations which will be easy to help you. – Dineshgaru Nov 10 '19 at 17:38

2 Answers2

2

https://stackblitz.com/edit/angular-onboarding-overlay

The above link worked for me - the same purpose that you are looking for. The above example uses Angular Material CDK and Overlay to achieve this.

Please find more useful links below that can even support for Angular 6.

Dineshgaru
  • 181
  • 1
  • 3
  • 16
-1

use bootstrap tour library. here is a bootstrap tour for angular - https://www.npmjs.com/package/ngx-bootstrap-product-tour

demo & docs - https://nmilicic.github.io/ngx-bootstrap-product-tour/

Sunil Kashyap
  • 2,946
  • 2
  • 15
  • 31