UNPKG

@ng-app-framework/api

Version:

![Travis CI](https://travis-ci.org/ng-app-framework/api.svg?branch=master)

10 lines (9 loc) 366 B
import { HttpErrorResponse, HttpResponse } from "@angular/common/http"; export declare class HeaderLoader { static headerMap: { [key: string]: string; }; static load(response: HttpResponse<any>): HttpResponse<any>; static loadFromError(response: HttpErrorResponse): HttpErrorResponse; static getHeader(response: any, header: any): any; }