*cngxMultiSelectChip slot
CngxMultiSelectChip
Directivev0.1.0WCAG AA
projects/forms/select/shared/template-slots.ts
Import#
import { CngxMultiSelectChip } from '@cngx/forms/select'
Description#
*cngxMultiSelectChip slot. remove routes through the commit flow.
<cngx-multi-select ...>
<ng-template cngxMultiSelectChip let-opt let-remove="remove">
<my-tag [color]="opt.meta?.color" (close)="remove()">{{ opt.label }}</my-tag>
</ng-template>
</cngx-multi-select>