Structural slot directive marking the rejection-descriptor
template for [cngxMatTabs]. Discovered via contentChild on the
directive; when bound, the projector renders an embedded view of
this template into the SR-only descriptor span instead of writing
the resolved fallback string verbatim.
Pure marker - zero logic. Holds only a typed
TemplateRef reference. Mirrors the family-standard slot
pattern (CngxMatTabAggregatorContent, CngxStepBadge,
CngxTabErrorBadge).
Cascade resolution:
Per-instance *cngxMatTabRejectionContent template wins
via contentChild(CngxMatTabRejectionContent).
Library default - imperative Renderer2.createElement('span')
with textContent = fallbackText (the resolved
commitRolledBackTo(originLabel) / commitFailedRetry
phrase from injectTabsI18n()).