ngx-i18nsupport-lib
Version:
A Typescript library to work with Angular generated i18n files (xliff, xmb)
12 lines • 538 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Created by martin on 19.03.2017.
*/
var translation_messages_file_factory_1 = require("./translation-messages-file-factory");
exports.TranslationMessagesFileFactory = translation_messages_file_factory_1.TranslationMessagesFileFactory;
__export(require("./constants"));
//# sourceMappingURL=S:/experimente/ngx-i18nsupport-lib/src/api/index.js.map