UNPKG

ngx-tiny-slider

Version:

Angular component that gives you possibility to use tiny-slider library.

12 lines (11 loc) 339 B
import { ElementRef } from '@angular/core'; export declare class NgxTinySliderService { constructor(); initSlider(config: any, elementRef: ElementRef): import("tiny-slider").TinySliderInstance; getDefaultConfig(): { items: number; mode: string; controlsPosition: string; speed: number; }; }