projects/ui/paginator/paginator-config.ts
Supply application-wide template-slot defaults for the paginator. The per-instance *cngxPaginatorLoading slot still wins over this tier; it only applies where no instance slot is projected.
*cngxPaginatorLoading
provideCngxPaginatorConfig( withPaginatorTemplates({ loading: myBrandedSpinnerTemplate }), );
withPaginatorTemplates(payload: Partial)
Partial
CngxPaginatorConfigFeature