projects/common/stepper/step-panel-host.token.ts
import { CngxStepPanelHost } from '@cngx/common/stepper'
Contract Level-4 organisms (and consumer-authored stepper skins) consume to render the panel body. Narrower than the presenter's full interface - just enough to project label / content templates and react to active-step changes.
Signal
TemplateRef | null
contentTemplateFor(id: string)
Resolves a step id to its *cngxStepContent template (consumer-supplied).
*cngxStepContent
string
labelTemplateFor(id: string)
Resolves a step id to its *cngxStepLabel template (consumer-supplied).
*cngxStepLabel