@sixbell-telco/sdk
Version:
A collection of reusable components designed for use in Sixbell Telco Angular projects
11 lines (10 loc) • 914 B
TypeScript
export * from './src/translation.service';
export type { LanguageDefinition, TranslationConfig, TranslationStateConfig } from './src/models/translation';
export { DEFAULT_BASE_LANGUAGE, DEFAULT_LANGUAGES_LIST, DEFAULT_LANGUAGE_CODES, FALLBACK_RUNTIME_TRANSLATION_CONFIG, LANGUAGE_ATTRIBUTE_NAME, TRANSLATION_SCHEMA_VERSION, TRANSLATION_STORAGE_LANGUAGE_KEY, TRANSLATION_STORAGE_NAMESPACE, } from './src/constants';
export { provideRuntimeTranslation } from './src/providers/translation.provider';
export type { RuntimeTranslationProviderOptions } from './src/providers/translation.provider.types';
export { TranslationDomService } from './src/translation-dom/translation-dom.service';
export { TranslationStorageService } from './src/translation-storage/translation-storage.service';
export * from '@ngx-translate/core';
export * from '@ngx-translate/http-loader';
export * from 'ngx-translate-multi-http-loader';