UNPKG

ngx-slider

Version:

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

12 lines (11 loc) 264 B
export declare class SliderConfig { showDots: boolean; showNavigator: boolean; showTitle: boolean; loop: boolean; showPreview: boolean; numberOfPreview: number; previewWidth: number; transitionDuration: number; constructor(); }