UNPKG

@anexia/registry-loading-interceptor

Version:

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

5 lines (4 loc) 153 B
import { HttpRequest } from "@angular/common/http"; export interface RequestIdGeneratorStrategy { createId(request: HttpRequest<unknown>): string; }