@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) • 680 B
TypeScript
import { AnyHttpErrorService } from '../any-http-error/any-http-error.service';
import { MessageHttpErrorDialogData } from './message-http-error-dialog-data';
import { MessageHttpErrorComponent } from './message-http-error.component';
import * as i0 from "@angular/core";
export declare class MessageHttpErrorService extends AnyHttpErrorService<MessageHttpErrorDialogData> {
protected readonly component: typeof MessageHttpErrorComponent;
compare(a: MessageHttpErrorDialogData, b: MessageHttpErrorDialogData): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<MessageHttpErrorService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<MessageHttpErrorService>;
}