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.

6 lines (5 loc) 155 B
import { OnInit } from '@angular/core'; export declare class SwipeAngularListComponent implements OnInit { constructor(); ngOnInit(): void; }