@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
22 lines (13 loc) • 583 B
Markdown
## API
### Classes
- [BaseRemoteMethod](../wiki/Class.BaseRemoteMethod)
- [ProxyRemoteMethod](../wiki/Class.ProxyRemoteMethod)
- [RemoteMethodLoader](../wiki/Class.RemoteMethodLoader)
- [RxapRemoteMethodError](../wiki/Class.RxapRemoteMethodError)
### Interfaces
- [BaseRemoteMethodMetadata](../wiki/Interface.BaseRemoteMethodMetadata)
### Variables
- [REMOTE_METHOD_META_DATA](../wiki/Variable.REMOTE_METHOD_META_DATA)
- [RXAP_PROXY_REMOTE_METHOD_TARGET](../wiki/Variable.RXAP_PROXY_REMOTE_METHOD_TARGET)
### Functions
- [RxapRemoteMethod](../wiki/Function.RxapRemoteMethod)