projects/core/utils/transition-tracker.ts
import { StatusTransition } from '@cngx/core/utils'
Reactive current/previous pair for AsyncStatus transitions.
AsyncStatus
Replaces the imperative let previousStatus pattern inside effect() calls with a fully reactive, linkedSignal-based approach.
let previousStatus
effect()
linkedSignal
Signal
The current status value.
The status value before the most recent change.