joyride icon indicating copy to clipboard operation
joyride copied to clipboard

joyride for angular2

Open manuelfink opened this issue 8 years ago • 3 comments

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?

manuelfink avatar Jan 17 '17 08:01 manuelfink

Ping @kball

Owlbertz avatar Jan 18 '17 08:01 Owlbertz

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.

robinfhu avatar Feb 01 '17 19:02 robinfhu

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.

tnicola avatar Jul 11 '18 20:07 tnicola