UNPKG

@anexia/registry-loading-interceptor

Version:

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

5 lines (4 loc) 148 B
import { HttpRequest } from "@angular/common/http"; export interface RequestFilterStrategy { exclude(request: HttpRequest<unknown>): boolean; }