@anglr/rest
Version:
Angular module representing rest services
8 lines • 591 B
TypeScript
import type { RESTClientBase } from '../misc/classes/restClientBase';
import { RestMethodMiddlewares, RestProgressIndicatorGroup } from '../interfaces';
/**
* Allows to specify progress indicator group for displaying local progress indicator
* @param name - Name of progress indicator group to be displayed
*/
export declare function ProgressIndicatorGroup(name: string): <TDecorated>(_target: RESTClientBase, _propertyKey: string, descriptor: (RestProgressIndicatorGroup & RestMethodMiddlewares) | TDecorated) => TDecorated;
//# sourceMappingURL=progressIndicatorGroup.decorator.d.ts.map