kappys1 / angular2-carousel

An lightweight , touchable and responsive library to create a carousel for angular 2 / 4 / 5
https://kappys1.github.io/angular2-carousel/
MIT License
26 stars 15 forks source link

Looping not working #4

Closed alkaj closed 6 years ago

alkaj commented 6 years ago

Hi, I am using this library for a slider and don't know how to make it loop through elements as when I try with the [loop]="true" it doesn't change anything. Is that the right way to activate looping? thanks in advance!

kappys1 commented 6 years ago

Hi,

You can see the carousel api here : https://kappys1.github.io/angular2-carousel/api

In this moment the loop mode is not available, in the next release it will be posible

Thanks!

alkaj commented 6 years ago

Ok thanks to you for your quick reaction!