Closed burhan001 closed 5 years ago
Hi @burhan001 , is your mean remove drag animation ? or your mean is to dynamically remove slide drag event?
https://stackblitz.com/edit/ngx-hm-carousel-fade-example
Maybe the second example is what you want.
@ZouYouShun slider need to update when new object insert or remove from the array which is bind with the slider
You can change the *ngFor array item immediate. Example like the third example, you can push item or remove item
Hi, how i can remove slide dynamically. Thanks in advance