Closed selvam326 closed 5 years ago
Thanks for the issue! This issue appears to be a support request. We use this issue tracker exclusively for bug reports and feature requests. Please use our forum or our slack channel for questions about the framework.
Thank you for using Ionic!
Support Question
Please do not submit support requests or "How to" questions here. Instead, please use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
here is my code:
<ion-card>
<ion-slides
loop="true"
autoplay="300"
speed="500"
pager="true">
<ion-slide
*ngFor="let
number
of
[1,2,3,4]">
</ion-slides>
</ion-card>
I want to autoplay my slider what to do?