projects/common/stepper/step-label.directive.ts
import { CngxStepLabel } from '@cngx/common/stepper'
Marker directive carrying a CngxStep's label template. Discovered via contentChild(CngxStepLabel). Typed with CngxStepLabelContext for typed let-node="node" / let-active="active" access.
CngxStep
contentChild(CngxStepLabel)
let-node="node"
let-active="active"
<ng-template cngxStepLabel let-node="node"> {{ node.label() }} </ng-template>
https://cngxjs.github.io/cngx/examples/#/ui/stepper/stepper-custom-labels/mixing-code-label-code-input-with-code-cngxsteplabel-code-slot
ng-template[cngxStepLabel]
unknown
inject<TemplateRef<CngxStepLabelContext>>(TemplateRef)
no-iframes