DRAG AND SCROLL!
PLAY WITH IT!

API REFERENCE
Name | Description | Default |
---|---|---|
@Input() scrollbar-hidden
| Whether the scroll bar for this element is hidden. | false |
@Input() drag-scroll-disabled
| Whether horizontally and vertically draging and scrolling events is disabled. | false |
@Input() drag-scroll-x-disabled
| Whether horizontally dragging and scrolling events is disabled. | false |
@Input() drag-scroll-y-disabled
| Whether vertically dragging and scrolling events is disabled. | false |
@Input() drag-disabled
| Whether draging is disabled. | false |
@Input() snap-disabled
| Whether snapping is disabled. | false |
@Input() snap-offset
| Pixels of previous element to show on snap or moving left and right. | 0 |
@Output() reachesLeftBound
| Whether reaching the left carousel bound. | n/a |
@Output() reachesRightBound
| Whether reaching the right carousel bound. | n/a |
@Output() indexChanged
| Executes when the current index of the carousel changes. | n/a |
@Output() dragStart
| Executes when drag start. | n/a |
@Output() dragEnd
| Executes when drag end. | n/a |