@rxap/remote-method
v19.0.1
Published
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
Downloads
605
Readme
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.
Installation Add the package to your workspace: ```bash yarn add
@rxap/remote-method
**Install peer dependencies:** ```bash yarn add
@angular/common@^19.1.3 @angular/core@^19.1.3 @rxap/definition@^19.0.1-dev.5 @rxap/rxjs@^1.1.12-dev.5 @rxap/utilities@^16.4.2-dev.4 rxjs@^7.8.1
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
```