UNPKG

ngx-slider

Version:

This project is a carousel slider with some basic configuration for Angular 4

11 lines (10 loc) 250 B
export interface ISliderConfig { showDots?: boolean; showNavigator?: boolean; showTitle?: boolean; loop?: boolean; showPreview?: boolean; numberOfPreview?: number; previewWidth?: number; transitionDuration?: number; }