tfabrica
Version:
library for TFabrica - TechSol
12 lines • 412 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
// translation token
exports.TRANSLATIONS = new core_1.OpaqueToken('translations');
// all translations
var dictionary = {};
// providers
exports.TRANSLATION_PROVIDERS = [
{ provide: exports.TRANSLATIONS, useValue: dictionary },
];
//# sourceMappingURL=tfabrica.translations.js.map