Skip to main content
cngx-src documentation

CngxSelectEmpty

Directivev0.1.0WCAG AA

projects/forms/select/shared/template-slots.ts

Import#

import { CngxSelectEmpty } from '@cngx/forms/select'

Description#

*cngxSelectEmpty slot.

<cngx-select [options]="colors">
  <ng-template cngxSelectEmpty let-term="searchTerm">
    No matches for "{{ term }}"
  </ng-template>
</cngx-select>

Metadata#

Index#

Properties

Instance Properties#

templateRef#unknown
Readonly
inject<TemplateRef<CngxSelectEmptyContext>>(TemplateRef)