zurb / joyride

jQuery feature tour plugin.
http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin
1.42k stars 241 forks source link

joyride for angular2 #221

Open manuelfink opened 7 years ago

manuelfink commented 7 years ago

I'm looking for a way to integrate joyride into an angular 2 app.

What happend to joyride 3? Have you considered making joyride UMD importable?

Owlbertz commented 7 years ago

Ping @kball

robinfhu commented 7 years ago

There's nothing stopping you from including jQuery + joyride in your app, and calling $("#tutorial").joyride() from AngularJS code. Yeah it's messy, but it will work.

tnicola commented 6 years ago

If you're still looking for a joyride library for Angular 2 and above check out this library ngx-joyride. It's simple, lightweight and it doesn't use JQuery, just pure Angular.