sorich87 / bootstrap-tour

Quick and easy product tours with Twitter Bootstrap Popovers
http://bootstraptour.com
MIT License
4.43k stars 941 forks source link

Integration with Angular CLI #768

Closed sh977218 closed 1 year ago

sh977218 commented 2 years ago

Hi, I'm using Angular CLI with Bootstrap-Tour. I added bootstrap-tour and jQuery in Angular.json

"scripts":[
              "node_modules/popper.js/dist/umd/popper.js",
              "node_modules/jquery/dist/jquery.js",
              "node_modules/bootstrap-tour/build/js/bootstrap-tour-standalone.js"
]

But I'm getting error: ERROR TypeError: o.popover is not a function Any idea where this error coming from?

Thanks!