*cngxMultiSelectTriggerLabel slot - replaces the entire chip strip
CngxMultiSelectTriggerLabel
Directivev0.1.0WCAG AA
projects/forms/select/shared/template-slots.ts
Import#
import { CngxMultiSelectTriggerLabel } from '@cngx/forms/select'
Description#
*cngxMultiSelectTriggerLabel slot - replaces the entire chip strip.
Mutually exclusive with *cngxMultiSelectChip.
<cngx-multi-select ...>
<ng-template cngxMultiSelectTriggerLabel let-count="count">
@if (count === 0) { Pick topics }
@else { {{ count }} topics selected }
</ng-template>
</cngx-multi-select>