UNPKG

@anexia/registry-loading-interceptor

Version:

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

7 lines (6 loc) 326 B
import { RequestIdGeneratorStrategy } from '../interfaces/request-id-generator-strategy'; import { HttpRequest } from '@angular/common/http'; export declare class UrlFragmentIdGenerator implements RequestIdGeneratorStrategy { getIdentifier(fragment: string): string; createId(request: HttpRequest<unknown>): string; }