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) 618 B
import { ErrorCaptureService } from '../error-capture.service'; import { AngularErrorDialogData } from './angular-error-dialog-data'; import { AngularErrorComponent } from './angular-error.component'; import * as i0 from "@angular/core"; export declare class AngularErrorService extends ErrorCaptureService<AngularErrorDialogData> { protected readonly component: typeof AngularErrorComponent; compare(a: AngularErrorDialogData, b: AngularErrorDialogData): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<AngularErrorService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<AngularErrorService>; }