UNPKG

@elemental-concept/grappa

Version:

Decorator-powered REST client for Angular and its HttpClient

3 lines (2 loc) 188 B
import { OptionalList } from '../models'; export declare function AfterRequest(applyTo?: OptionalList<string>): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;