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