Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

`NgxCarouselStore` and more added

Compare
Choose a tag to compare
@sheikalthaf sheikalthaf released this 02 Nov 13:39
· 21 commits to master since this release

Features

  • moveToSlide is an Input 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 an Output which triggered on every slide before start and it will emit $event as NgxCarouselStore 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. check visibleItems #34

  • point click event is now added. if you click any point in move to curresponding slide #17