Skip to main content
cngx-src documentation

CngxComboboxTriggerLabel

Directivev0.1.0WCAG AA

projects/forms/select/shared/template-slots.ts

Import#

import { CngxComboboxTriggerLabel } from '@cngx/forms/select'

Description#

*cngxComboboxTriggerLabel slot - replaces the chip-strip loop; search input stays in place.

<cngx-combobox ...>
  <ng-template cngxComboboxTriggerLabel let-count="count">
    @if (count > 0) { <span class="count-badge">{{ count }}</span> }
  </ng-template>
</cngx-combobox>

Metadata#

Index#

Properties

Instance Properties#

templateRef#unknown
Readonly
inject<TemplateRef<CngxComboboxTriggerLabelContext<T>>>(TemplateRef)