projects/ui/breadcrumb/breadcrumb-icon.directive.ts
import { CngxBreadcrumbIconContext } from '@cngx/ui/breadcrumb'
Context for the *cngxBreadcrumbIcon template. Renders a per-crumb icon inside the CngxBreadcrumbBar crumb link (<a>), leading its label. The crumb carries the opaque CngxBreadcrumbCrumb.icon token so the slot can render it with any icon system.
*cngxBreadcrumbIcon
<a>
crumb
CngxBreadcrumbCrumb
Convenience alias for crumb - usable as the let-crumb shorthand.
let-crumb
The crumb the icon belongs to. Read crumb.icon for the opaque token.
crumb.icon
number
Crumb index inside the trail, starting at 0.