CngxTagSuffix
projects/common/display/tag/slots/tag-suffix.directive.ts
Import#
import { CngxTagSuffix } from '@cngx/common/display'
Description#
Override template for content rendered AFTER the label region of
<span cngxTag>. Use for trailing chevrons, sort indicators, or
any per-tag suffix decoration.
The slot has no default body - when not projected, no DOM is
rendered in the suffix position. Removable affordances belong on
CngxChip (which ships its own remove button + announcer
wiring), not as a Tag suffix slot.
<span cngxTag [color]="'info'">
Filter
<ng-template cngxTagSuffix>
<cngx-icon name="chevron-down" />
</ng-template>
</span>