@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
10 lines (9 loc) • 682 B
TypeScript
import { IErrorDialogComponent } from '../error-dialog/error-dialog.component';
import { OpenApiHttpResponseErrorDialogData } from './open-api-http-response-error-dialog-data';
import * as i0 from "@angular/core";
export declare class OpenApiHttpResponseErrorComponent implements IErrorDialogComponent<OpenApiHttpResponseErrorDialogData> {
readonly isProduction: boolean;
readonly error: OpenApiHttpResponseErrorDialogData;
static ɵfac: i0.ɵɵFactoryDeclaration<OpenApiHttpResponseErrorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<OpenApiHttpResponseErrorComponent, "rxap-open-api-http-response-error", never, {}, {}, never, never, true, never>;
}