UNPKG

@taiga-ui/i18n

Version:

A package with tools for Taiga UI library i18n

9 lines (8 loc) 374 B
import { InjectionToken } from '@angular/core'; import type { TuiLanguageLoader } from '@taiga-ui/i18n/types'; /** * Webpack chunk loader for Taiga UI libraries i18n * @note: cannot be transferred to a shared file * ReferenceError: Cannot access 'TUI_LANGUAGE_LOADER' before initialization */ export declare const TUI_LANGUAGE_LOADER: InjectionToken<TuiLanguageLoader>;