Using ion-slides component (4 slides) on app welcome page/slides. I need ability for user to skip to last slide. Docs say ion-slides implementation of Swiper API. I need to access methods like: mySwiper.slideTo(index, speed, runCallbacks);
Tips on how to implement?
You can pass a function within the options property.
Original answer.
For further options have a look at the swiper api.
You can make a service with your Swiper
And use it into your @Page
If you are looking for a simple solution without custom directives, you can try this