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

4 lines (3 loc) 198 B
import { InjectionToken } from '@angular/core'; export declare const REMOTE_METHOD_META_DATA: InjectionToken<unknown>; export declare const RXAP_PROXY_REMOTE_METHOD_TARGET: InjectionToken<unknown>;