UNPKG

@angular-experts/resource

Version:

### The missing create, update, delete (CUD) support for Angular resource

49 lines 1.16 kB
{ "name": "@angular-experts/resource", "version": "0.1.2", "peerDependencies": { "@angular/common": ">=20.0.0", "@angular/core": ">=20.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "publishConfig": { "access": "public" }, "keywords": [ "angular", "resource", "rest", "data-access", "http", "crud", "data" ], "license": "MIT", "author": "Tomas Trajan <@tomastrajan>", "homepage": "https://github.com/angular-experts-io/resource#readme", "repository": { "type": "git", "url": "git+https://github.com/angular-experts-io/resource.git" }, "bugs": { "url": "https://github.com/angular-experts-io/resource/issues" }, "module": "fesm2022/angular-experts-resource.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/angular-experts-resource.mjs" }, "./src/lib/resource": { "types": "./src/lib/resource/index.d.ts", "default": "./fesm2022/angular-experts-resource-src-lib-resource.mjs" } } }