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

32 lines (16 loc) 857 B
[@rxap/ngx-error](../wiki/globals) / IErrorCaptureDialogService # Interface: IErrorCaptureDialogService\<Error\> Defined in: [error-capture-dialog.service.ts:28](https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/error/src/lib/error-capture-dialog.service.ts#L28) ## Type Parameters • **Error** = `any` ## Methods ### open() > **open**(`component`, `errorList`): `Observable`\<`void`\> Defined in: [error-capture-dialog.service.ts:29](https://gitlab.com/rxap/packages/-/blob/36b0e9732b24717840935712e316593ff6aba795/packages/angular/error/src/lib/error-capture-dialog.service.ts#L29) #### Parameters ##### component `ComponentType`\<[`IErrorDialogComponent`](../wiki/Interface.IErrorDialogComponent)\<`any`\>\> ##### errorList `WritableSignal`\<`Error`[]\> #### Returns `Observable`\<`void`\>