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

6 lines (5 loc) 188 B
export * from './lib/base.remote-method'; export * from './lib/error'; export * from './lib/proxy.remote-method'; export * from './lib/remote-method-loader'; export * from './lib/tokens';