*cngxSelectCheck slot - overrides the default selection indicator
CngxSelectCheck
Directivev0.1.0WCAG AA
projects/forms/select/shared/template-slots.ts
Import#
import { CngxSelectCheck } from '@cngx/forms/select'
Description#
*cngxSelectCheck slot - overrides the default selection indicator.
<cngx-select [options]="...">
<ng-template cngxSelectCheck let-option let-selected="selected">
@if (selected) { <my-icon name="tick" /> }
</ng-template>
</cngx-select>