UNPKG

ngx-i18nsupport-lib

Version:

A Typescript library to work with Angular generated i18n files (xliff, xmb)

10 lines (9 loc) 458 B
/** * Created by martin on 19.03.2017. */ export { TranslationMessagesFileFactory } from './translation-messages-file-factory'; export { ITranslationMessagesFile } from './i-translation-messages-file'; export { ITransUnit } from './i-trans-unit'; export { INormalizedMessage, ValidationErrors } from './i-normalized-message'; export { IICUMessage, IICUMessageCategory, IICUMessageTranslation } from './i-icu-message'; export * from './constants';