UNPKG

ng-gpt

Version:
8 lines (7 loc) 322 B
import * as i0 from "@angular/core"; export declare class HttpErrorService { httpError(response: any, message: string): void; isErrorCode: (code: number | string) => boolean; static ɵfac: i0.ɵɵFactoryDeclaration<HttpErrorService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<HttpErrorService>; }