projects/common/stepper/slots/step-busy-spinner.directive.ts
import { CngxStepBusySpinnerContext } from '@cngx/common/stepper'
Context passed to the *cngxStepBusySpinner template. Drives the pending-commit overlay on the in-flight target step. Renders only when the step matches presenter.intendedStepIndex() with commitState.status() === 'pending'.
*cngxStepBusySpinner
presenter.intendedStepIndex()
commitState.status() === 'pending'
CngxStepNode
The step node carrying id / label / state signals.