UNPKG

@piumaz/pull-to-refresh

Version:

It provides an Angular component and a service, for the Pull-To-Refresh feature.

37 lines 1.15 kB
{ "name": "@piumaz/pull-to-refresh", "description": "It provides an Angular component and a service, for the Pull-To-Refresh feature.", "version": "3.0.0", "main": "bundles/piumaz-pull-to-refresh.umd.js", "repository": { "type": "git", "url": "https://github.com/piumaz/angular-pull-to-refresh.git" }, "keywords": [ "pulltorefresh", "pull-to-refresh", "angular", "rxjs", "typescript" ], "author": "Daniele Piumatti <piumaz@hotmail.it> (http://www.piumaz.it)", "license": "ISC", "bugs": { "url": "https://github.com/piumaz/angular-pull-to-refresh/issues" }, "homepage": "https://github.com/piumaz/angular-pull-to-refresh", "peerDependencies": { "@angular/common": "^11.2.12", "@angular/core": "^11.2.12" }, "module": "fesm2015/piumaz-pull-to-refresh.js", "es2015": "fesm2015/piumaz-pull-to-refresh.js", "esm2015": "esm2015/piumaz-pull-to-refresh.js", "fesm2015": "fesm2015/piumaz-pull-to-refresh.js", "typings": "piumaz-pull-to-refresh.d.ts", "metadata": "piumaz-pull-to-refresh.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^2.0.0" } }