UNPKG

tfabrica

Version:

library for TFabrica - TechSol

14 lines (10 loc) 302 B
import { OpaqueToken } from '@angular/core'; // translation token export const TRANSLATIONS = new OpaqueToken('translations'); // all translations const dictionary = { }; // providers export const TRANSLATION_PROVIDERS = [ { provide: TRANSLATIONS, useValue: dictionary }, ];