projects/common/stepper/step-content.directive.ts
import { CngxStepContent } from '@cngx/common/stepper'
Marker directive carrying a CngxStep's content template. Discovered via contentChild(CngxStepContent). Typed with CngxStepContentContext so let-busy="busy" etc. gives typed access to live step state.
CngxStep
contentChild(CngxStepContent)
let-busy="busy"
<ng-template cngxStepContent let-busy="busy"> <input [disabled]="busy"> </ng-template>
https://cngxjs.github.io/cngx/examples/#/ui/stepper/stepper-step-content/typed-lazy-panels
ng-template[cngxStepContent]
unknown
inject<TemplateRef<CngxStepContentContext>>(TemplateRef)
no-iframes