@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
40 lines (31 loc) • 1.47 kB
Markdown
**@rxap/remote-method v19.0.4**
***
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.
[](https://www.npmjs.com/package/@rxap/remote-method)
[](https://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)



- [Installation](#installation)
- [Generators](#generators)
- [init](#init)
# Installation
**Add the package to your workspace:**
```bash
yarn add @rxap/remote-method
```
**Install peer dependencies:**
```bash
yarn add @angular/common @angular/core @rxap/definition @rxap/rxjs @rxap/utilities rxjs
```
**Execute the init generator:**
```bash
yarn nx g @rxap/remote-method:init
```
# Generators
## init
> Initialize the package in the workspace
```bash
nx g @rxap/remote-method:init
```