@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
36 lines (18 loc) • 890 B
Markdown
[**@rxap/ngx-error v19.1.0**](../README.md)
***
[@rxap/ngx-error](../globals.md) / IErrorCaptureDialogService
# Interface: IErrorCaptureDialogService\<Error\>
Defined in: [error-capture-dialog.service.ts:26](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/error/src/lib/error-capture-dialog.service.ts#L26)
## Type Parameters
• **Error** = `any`
## Methods
### open()
> **open**(`component`, `errorList`): `Observable`\<`void`\>
Defined in: [error-capture-dialog.service.ts:27](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/error/src/lib/error-capture-dialog.service.ts#L27)
#### Parameters
##### component
`ComponentType`\<[`IErrorDialogComponent`](IErrorDialogComponent.md)\<`any`\>\>
##### errorList
`WritableSignal`\<`Error`[]\>
#### Returns
`Observable`\<`void`\>