UNPKG

@rxap/remote-method

Version:

This package provides abstractions for defining and executing remote methods in Angular applications. It includes features such as automatic refreshing, proxying, and error handling. It offers a structured way to manage remote calls and their dependencies

106 lines (105 loc) 2.93 kB
{ "version": "19.0.4", "name": "@rxap/remote-method", "description": "This package provides abstractions for defining and executing remote methods in Angular applications. It includes features such as automatic refreshing, proxying, and error handling. It offers a structured way to manage remote calls and their dependencies.\n", "license": "GPL-3.0-or-later", "dependencies": { "@nx/devkit": "20.5.0", "tslib": "2.6.2" }, "peerDependencies": { "@angular/common": "^19.2.1", "@angular/core": "^19.2.1", "@rxap/definition": "^19.0.4-dev.0", "@rxap/rxjs": "^1.1.16-dev.0", "@rxap/utilities": "^16.4.4-dev.0", "rxjs": "^7.8.1" }, "author": { "name": "Merzough Münker", "email": "mmuenker@digitaix.com" }, "bugs": { "url": "https://gitlab.com/rxap/packages/-/issues", "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com" }, "generators": "./generators.json", "homepage": "https:/gitlab.com/rxap/packages/packages/angular/remote-method", "keywords": [ "angular", "angular-remote-method", "ngx", "packages", "remote-method", "rxap", "scope:core" ], "nx-migrations": { "packageGroup": [ { "package": "@angular/common", "version": "19.2.1" }, { "package": "@angular/core", "version": "19.2.1" }, { "package": "@rxap/definition", "version": "19.0.4-dev.0" }, { "package": "@rxap/reflect-metadata", "version": "1.0.15-dev.0" }, { "package": "@rxap/rxjs", "version": "1.1.16-dev.0" }, { "package": "@rxap/utilities", "version": "16.4.4-dev.0" } ] }, "publishConfig": { "access": "public", "directory": "../../../dist/packages/angular/remote-method" }, "repository": { "type": "git", "url": "https://gitlab.com/rxap/packages.git", "directory": "packages/angular/remote-method" }, "schematics": "./generators.json", "sideEffects": false, "gitHead": "3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa", "module": "fesm2022/rxap-remote-method.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/rxap-remote-method.mjs" }, "./http": { "types": "./http/index.d.ts", "default": "./fesm2022/rxap-remote-method-http.mjs" }, "./directive": { "types": "./directive/index.d.ts", "default": "./fesm2022/rxap-remote-method-directive.mjs" }, "./testing": { "types": "./testing/index.d.ts", "default": "./fesm2022/rxap-remote-method-testing.mjs" }, "./http/directive": { "types": "./http/directive/index.d.ts", "default": "./fesm2022/rxap-remote-method-http-directive.mjs" }, "./theme": "./theme.css" } }