Writable extension of CngxAsyncState for manual control
ManualAsyncState
Interface
projects/common/data/async-state/create-manual-state.ts
Import#
import { ManualAsyncState } from '@cngx/common/data'
Description#
Writable extension of CngxAsyncState for manual control.
Returned by createManualState() — provides imperative setters
while the read-side stays the standard CngxAsyncState interface.