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.
Add the package to your workspace:
Example :yarn add @rxap/remote-methodInstall peer dependencies:
Example :yarn add @angular/common @angular/core @rxap/definition @rxap/rxjs @rxap/utilities rxjs Execute the init generator:
Example :yarn nx g @rxap/remote-method:initExample :Initialize the package in the workspace
nx g @rxap/remote-method:init