Preparing search index...
The search index is not available
@rxap/ngx-error - v19.2.0
@rxap/ngx-error
IErrorCaptureDialogService
Interface IErrorCaptureDialogService<Error>
interface
IErrorCaptureDialogService
<
Error
=
any
>
{
open
(
component
:
ComponentType
<
IErrorDialogComponent
<
any
>
>
,
errorList
:
WritableSignal
<
Error
[]
>
,
)
:
Observable
<
void
>
;
}
Type Parameters
Error
=
any
Implemented by
ErrorCaptureDialogService
Index
Methods
open
Methods
open
open
(
component
:
ComponentType
<
IErrorDialogComponent
<
any
>
>
,
errorList
:
WritableSignal
<
Error
[]
>
,
)
:
Observable
<
void
>
Parameters
component
:
ComponentType
<
IErrorDialogComponent
<
any
>
>
errorList
:
WritableSignal
<
Error
[]
>
Returns
Observable
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
open
@rxap/ngx-error - v19.2.0
Loading...