Class DataSourceErrorComponent

Implements

  • OnChanges
  • OnInit
  • OnDestroy

Constructors

Properties

error?: unknown
errorMessage: WritableSignal<string> = ...
isNotRelease: boolean = false
loading?: boolean | Observable<boolean>
refresh?: () => void
reset?: () => void
resetInProgress: WritableSignal<boolean> = ...
retry?: () => void
retryInProgress: WritableSignal<boolean> = ...

Accessors

Methods

  • A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

    Parameters

    • changes: SimpleChanges

      The changed properties.

    Returns void