*cngxSelectOptionLabel slot
CngxSelectOptionLabel
Directivev0.1.0WCAG AA
projects/forms/select/shared/template-slots.ts
Import#
import { CngxSelectOptionLabel } from '@cngx/forms/select'
Description#
*cngxSelectOptionLabel slot.
<cngx-select [options]="colors">
<ng-template cngxSelectOptionLabel let-option>
<my-swatch [color]="option.value" /> {{ option.label }}
</ng-template>
</cngx-select>