Skip to main content
cngx-src documentation

CngxSelectLoading

Directivev0.1.0WCAG AA

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

Import#

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

Description#

*cngxSelectLoading slot.

<cngx-select [state]="colorsState">
  <ng-template cngxSelectLoading>
    <my-spinner /> Loading…
  </ng-template>
</cngx-select>

Metadata#

Index#

Properties

Instance Properties#

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