UNPKG

@rxap/ngx-error

Version:

This package provides a comprehensive error handling solution for Angular applications, including interceptors, services, and UI components to display different types of errors in a user-friendly dialog. It supports handling of generic errors, HTTP errors

11 lines (10 loc) 772 B
import { AnyHttpErrorService } from '../any-http-error/any-http-error.service'; import { OpenApiHttpResponseErrorDialogData } from './open-api-http-response-error-dialog-data'; import { OpenApiHttpResponseErrorComponent } from './open-api-http-response-error.component'; import * as i0 from "@angular/core"; export declare class OpenApiHttpResponseErrorService extends AnyHttpErrorService<OpenApiHttpResponseErrorDialogData> { protected readonly component: typeof OpenApiHttpResponseErrorComponent; compare(a: OpenApiHttpResponseErrorDialogData, b: OpenApiHttpResponseErrorDialogData): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<OpenApiHttpResponseErrorService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<OpenApiHttpResponseErrorService>; }