File

src/lib/error-capture-dialog/types.ts

Index

Properties

Properties

component
component: ComponentType<any>
Type : ComponentType<any>
errorList
errorList: WritableSignal<Error[]>
Type : WritableSignal<Error[]>
import { ComponentType } from '@angular/cdk/overlay';
import { WritableSignal } from '@angular/core';

export interface ErrorCaptureDialogData<Error = any> {
  errorList: WritableSignal<Error[]>;
  component: ComponentType<any>;
}

results matching ""

    No results matching ""