`NgxCarouselStore` and more added
Features
-
moveToSlide
is anInput
which accepts point numbers. Numbers represents no of slide to be done. You can change it dynamically and slider will based on the number. -
onMove
is anOutput
which triggered on every slide before start and it will emit$event
asNgxCarouselStore
object.
Issues fixed
-
Added feature to move slider to specific point number[ #21
-
Fixed the swipe issue on iphone 6 #22
-
Fixed the point issue #24
-
Added to
onMove
to customize your carousel #25 -
Fixed the back button issue when remaining slide is one #28
-
Point now shows the correct numbers when resizing #29
-
button will gets hidden when no more slides #33
-
This feature is available through
onMove
output. checkvisibleItems
#34 -
point click event is now added. if you click any point in move to curresponding slide #17