UNPKG

@ngneat/transloco

Version:

The internationalization (i18n) library for Angular

5 lines (4 loc) 175 B
import { InjectionToken, ComponentRef } from '@angular/core'; export declare const TRANSLOCO_LOADING_TEMPLATE: InjectionToken<{ component: string | ComponentRef<any>; }>;