Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i use it with ionic 2 typescript? #174

Closed
aleemmd1314 opened this issue Oct 13, 2017 · 6 comments
Closed

How can i use it with ionic 2 typescript? #174

aleemmd1314 opened this issue Oct 13, 2017 · 6 comments

Comments

@aleemmd1314
Copy link

No description provided.

@rtcimi
Copy link

rtcimi commented Dec 22, 2017

I've manage to get it to work with:
npm install tether-shepherd --save
npm install @ryancavanaugh/tether-shepherd --save (types)

Then inside component:
import * as Shepherd from "tether-shepherd";

@codedoll
Copy link

Can confirm that this works quite well with Ionic.

@omkarkhalipe
Copy link

I get "cannot read property 'jquery' of null" error, please help

@rtcimi
Copy link

rtcimi commented Feb 24, 2018

@omkarkhalipe do you get this error when trying to initialise tour, addStep or showing individual step?

@Balaji-Gopal
Copy link

@omkarkhalipe start your tour in the life cycle events, once dom has been loaded then start the tour. Use it in ionViewDidLoad method.

@RobbieTheWagner
Copy link
Member

This seems to be an issue unrelated to Shepherd itself, so going to close. It sounds like people figured out ways around the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants