Skip to main content
cngx-src documentation

ReactiveAsyncState

Interface

projects/common/data/async-state/inject-async-state.ts

Import#

import { ReactiveAsyncState } from '@cngx/common/data'

Description#

Reactive async state returned by injectAsyncState.

Extends the read-only CngxAsyncState with a refresh() method to explicitly re-trigger the query.

Metadata#

Index#

Methods

Methods#

refresh#void

Explicitly re-trigger the query.