*cngxSelectOptionError slot - inline
CngxSelectOptionError
Directivev0.1.0WCAG AA
projects/forms/select/shared/template-slots.ts
Import#
import { CngxSelectOptionError } from '@cngx/forms/select'
Description#
*cngxSelectOptionError slot - inline ! badge for
commitErrorDisplay === 'inline'.
<cngx-select ...>
<ng-template cngxSelectOptionError let-opt let-error="error">
<my-icon name="alert" [tooltip]="error.message" />
</ng-template>
</cngx-select>