UNPKG

@cauca-911/core

Version:

Run `npm install @cauca-911/core` to add this library to your project

11 lines (10 loc) 263 B
import { HttpErrorResponse } from '@angular/common/http'; export declare class HttpError { status: number; statusText: string; url: string; data: string; body: string; constructor(error: HttpErrorResponse); setData(data: any): void; }