UNPKG

@singleton-i18n/angular-client

Version:

Singleton client code for Angular 10.

15 lines (14 loc) 525 B
import { VLocale } from './services/locale.service'; export declare class VIPServiceConstants { static L10N_COMPONENT_API_ENDPOINT: string; static L10N_STRING_API_ENDPOINT: string; static I18N_API_ENDPOINT: string; static L10N_LOCAL_API_ENDPOINT: string; static TRANSLATION_PATTERN: string; static PseudoTag: string; static ASSETS_SUFFIX: string; static I18N_ASSETS_PREFIX: string; static L10N_ASSETS_PREFIX: string; static NAME_SPACE_SEPARATOR: string; static ENGLISH: VLocale; }