projects/forms/select/shared/template-slots.ts
import { CngxSelectLoading } from '@cngx/forms/select'
*cngxSelectLoading slot.
*cngxSelectLoading
<cngx-select [state]="colorsState"> <ng-template cngxSelectLoading> <my-spinner /> Loading… </ng-template> </cngx-select>
ng-template[cngxSelectLoading]
cngxSelectLoading
unknown
inject<TemplateRef<CngxSelectLoadingContext>>(TemplateRef)