ngx-remotedata
Version:
RemoteData: Slaying a UI Antipattern with Angular
54 lines • 1.4 kB
JSON
{
"name": "ngx-remotedata",
"version": "8.0.0",
"description": "RemoteData: Slaying a UI Antipattern with Angular",
"repository": {
"type": "git",
"url": "https://github.com/joanllenas/ngx-remotedata"
},
"keywords": [
"angular",
"ngx",
"angular2",
"ng2",
"pipes",
"remote-data",
"elm"
],
"author": {
"name": "Joan Llenas Masó",
"email": "joan.llenas.maso@gmail.com",
"url": "http://joanllenas.com"
},
"bugs": {
"url": "https://github.com/joanllenas/ngx-remotedata/issues"
},
"homepage": "https://github.com/joanllenas/ngx-remotedata#readme",
"peerDependencies": {
"@angular/common": ">=13",
"@angular/core": ">=13"
},
"dependencies": {
"tslib": ">=2.3.0"
},
"module": "fesm2015/ngx-remotedata.mjs",
"es2020": "fesm2020/ngx-remotedata.mjs",
"esm2020": "esm2020/ngx-remotedata.mjs",
"fesm2020": "fesm2020/ngx-remotedata.mjs",
"fesm2015": "fesm2015/ngx-remotedata.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-remotedata.mjs",
"es2020": "./fesm2020/ngx-remotedata.mjs",
"es2015": "./fesm2015/ngx-remotedata.mjs",
"node": "./fesm2015/ngx-remotedata.mjs",
"default": "./fesm2020/ngx-remotedata.mjs"
}
},
"sideEffects": false
}