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

5 lines (4 loc) 178 B
import { RxapError } from '@rxap/utilities'; export declare class RxapRemoteMethodError extends RxapError { constructor(message: string, code: string, className?: string); }