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

12 lines (11 loc) 633 B
import { IErrorDialogComponent } from '../error-dialog/error-dialog.component'; import { AngularErrorDialogData } from './angular-error-dialog-data'; import * as i0 from "@angular/core"; export declare class AngularErrorComponent implements IErrorDialogComponent<AngularErrorDialogData> { readonly error: AngularErrorDialogData; get hasTags(): boolean; get hasContexts(): boolean; get hasExtra(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<AngularErrorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AngularErrorComponent, "rxap-angular-error", never, {}, {}, never, never, true, never>; }