UNPKG

xenos

Version:

Xenos is a data grid built upon angular2 and bootstrap.

16 lines 540 B
"use strict"; var Subject_1 = require("rxjs/Subject"); var i18n_args_1 = require("./i18n.args"); var I18nService = (function () { function I18nService() { this.translationRequested = new Subject_1.Subject(); } I18nService.prototype.requestTranslation = function (key) { var args = new i18n_args_1.I18nArgs(key); this.translationRequested.next(args); return args.value; }; return I18nService; }()); exports.I18nService = I18nService; //# sourceMappingURL=i18n.service.js.map