UNPKG

angular-weblineindia-swipe

Version:

An AngularJS based Swipe List component which provides swipe effects in your Angular application. It also allows you to change button options like you can place delete / edit / info buttons as per your requirements.

14 lines (13 loc) 331 B
import { HammerGestureConfig } from '@angular/platform-browser'; export declare class HammerConfig extends HammerGestureConfig { overrides: { pinch: { enable: boolean; }; rotate: { enable: boolean; }; }; } export declare class SwipeAngularListModule { }