UNPKG

@anexia/registry-loading-interceptor

Version:

This library provides an interceptor which maps Http Requests to a Loading State.

4 lines (3 loc) 203 B
import { InjectionToken } from "@angular/core"; import { RequestFilterStrategy } from "../interfaces/request-filter-strategy"; export declare const REQUEST_FILTER: InjectionToken<RequestFilterStrategy>;