*cngxSelectTriggerLabel slot
CngxSelectTriggerLabel
Directivev0.1.0WCAG AA
projects/forms/select/shared/template-slots.ts
Import#
import { CngxSelectTriggerLabel } from '@cngx/forms/select'
Description#
*cngxSelectTriggerLabel slot.
<cngx-select [options]="colors">
<ng-template cngxSelectTriggerLabel let-selected="selected">
@if (selected) { {{ selected.label }} } @else { Choose… }
</ng-template>
</cngx-select>