projects/common/stepper/slots/step-badge.directive.ts
import { CngxStepBadge } from '@cngx/common/stepper'
Slot directive for the error-badge template on <cngx-stepper>. Discovered via contentChild; cascades through CNGX_STEPPER_CONFIG.templates.badge before falling back to CNGX_STEPPER_GLYPHS.errorBadge.
<cngx-stepper>
contentChild
CNGX_STEPPER_CONFIG.templates.badge
CNGX_STEPPER_GLYPHS.errorBadge
<cngx-stepper> <ng-template cngxStepBadge let-count="count"> <span class="my-badge-pill">{{ count }}</span> </ng-template> </cngx-stepper>
https://cngxjs.github.io/cngx/examples/#/ui/stepper/stepper-slot-overrides/custom-error-badge-via-code-cngxstepbadge-code https://cngxjs.github.io/cngx/examples/#/ui/stepper/stepper-error-aggregation/per-step-error-badges
ng-template[cngxStepBadge]
cngxStepBadge
unknown
inject<TemplateRef<CngxStepBadgeContext>>(TemplateRef)
no-iframes