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) 212 B
import { RxapRemoteMethodError } from '@rxap/remote-method'; export declare class RxapRemoteMethodDirectiveError extends RxapRemoteMethodError { constructor(message: string, code?: string, scope?: string); }