bougarfaoui / ui-carousel

🎨 Angular carousel Component 🔥
https://bougarfaoui.github.io/ui-carousel/
MIT License
79 stars 53 forks source link

Images change, after stopped clicking array #21

Open vidhyasgr opened 5 years ago

vidhyasgr commented 5 years ago

I tried to change images. It was working properly. But after 1 to 3 seconds images started to change automatically. -- Here is my code -- <ui-carousel #uiCarousel [infinite]="false" [fade]="false" [speed]="200"> <ui-carousel-item *ngFor="let image of images"> <img [src]="image.imageData" draggable="false">>