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) 229 B
export * from './lib/error'; export * from './lib/remote-method-template-collection.directive'; export * from './lib/remote-method-template.directive'; export * from './lib/remote-method.directive'; export * from './lib/tokens';