UNPKG

resilient-http-client

Version:

This is an augmented [Angular HttpClient][angular-http-client] which overrides the get method to enrich resilience behaviour.

3 lines (2 loc) 158 B
import { IResilienceConfig } from '../../model/type/resilience.rx-operator.type'; export declare const DEFAULT_RESILIENCE_CONFIG: Partial<IResilienceConfig>;