Skip to main content
cngx-src documentation

CngxSelectLoadingGlyph

Directivev0.1.0WCAG AA

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

Import#

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

Description#

*cngxSelectLoadingGlyph slot - replaces the spinner/bar/dots inner body. ARIA wiring stays on the parent span. Skeleton ignores this slot.

<cngx-select [loading]="true">
  <ng-template cngxSelectLoadingGlyph>
    <my-spinner kind="dots" />
  </ng-template>
</cngx-select>

Metadata#

Index#

Properties

Instance Properties#

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