UNPKG

@anexia/registry-loading-interceptor

Version:

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

6 lines (5 loc) 261 B
import { RequestFilterStrategy } from "../interfaces/request-filter-strategy"; import { HttpRequest } from "@angular/common/http"; export declare class NoRequestFiltering implements RequestFilterStrategy { exclude(request: HttpRequest<unknown>): boolean; }