Per-item template slot for CngxToc. Project an <ng-template cngxTocItem>
inside <cngx-toc> to replace the built-in plain-label rendering with
custom markup - the let- variables come out typed via
ngTemplateContextGuard:
Named CngxTocItemSlot (not *Directive) per the repo's no-artifact-suffix
rule; the selector stays cngxTocItem, which is what consumers write.
Resolves ahead of CNGX_TOC_CONFIG.templates.item and the built-in label.