*cngxComboboxChip slot
CngxComboboxChip
Directivev0.1.0WCAG AA
projects/forms/select/shared/template-slots.ts
Import#
import { CngxComboboxChip } from '@cngx/forms/select'
Description#
*cngxComboboxChip slot. Mirrors CngxMultiSelectChip so a chip
template can target either variant unchanged.
<cngx-combobox ...>
<ng-template cngxComboboxChip let-opt let-remove="remove">
<my-tag [color]="opt.meta?.color" (close)="remove()">{{ opt.label }}</my-tag>
</ng-template>
</cngx-combobox>