@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
18 lines (9 loc) • 621 B
Markdown
[/ngx-error](../wiki/globals) / IErrorDialogComponent
# Interface: IErrorDialogComponent\<Error\>
Defined in: [error-dialog/error-dialog.component.ts:31](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/error-dialog/error-dialog.component.ts#L31)
## Type Parameters
• **Error** = `any`
## Properties
### error
> **error**: `Error`
Defined in: [error-dialog/error-dialog.component.ts:32](https://gitlab.com/rxap/packages/-/blob/15b5fab8912b1042ea325e7f4d98844416018df1/packages/angular/error/src/lib/error-dialog/error-dialog.component.ts#L32)