UNPKG

p3x-angular-http-cache-interceptor

Version:

🔥 Cache every request in Angular, not only the GET, but all methods of this interceptor, and allows you to interact with the interceptor via specific headers and modify the request, and these specific headers will be not included in the final request

3 lines (2 loc) • 117 B
import { InjectionToken } from "@angular/core"; export declare const P3X_HTTP_CACHE_CONFIG: InjectionToken<unknown>;