UNPKG

@anexia/registry-loading-interceptor

Version:

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

4 lines (3 loc) 225 B
import { InjectionToken } from "@angular/core"; import { RequestIdGeneratorStrategy } from "../interfaces/request-id-generator-strategy"; export declare const REQUEST_ID_GENERATOR: InjectionToken<RequestIdGeneratorStrategy>;