dependencies dependencies cluster_GlobalTranslationsMapModule cluster_GlobalTranslationsMapModule_providers RccTranslationService RccTranslationService GlobalTranslationsMapModule GlobalTranslationsMapModule RccTranslationService->GlobalTranslationsMapModule

File

lib/common/src/translations/ng/global-translations-map.module.ts

Description

This module handles does nothing but load the default global translations map.

import 	{ 	NgModule                    } 		from '@angular/core'

import	{	provideTranslationMap       }		from './translations.commons'

import	{   RccTranslationService       }		from './translations.service'


import global_en from '../../i18n/en.json'
import global_de from '../../i18n/de.json'

/**
 * This module handles does nothing but load the default global translations map.
 */

@NgModule({
	providers: [
		RccTranslationService,
		provideTranslationMap(null, {en: global_en, de: global_de}),
	]
})
export class GlobalTranslationsMapModule {}

results matching ""

    No results matching ""