UNPKG

@ngx-i18nsupport/ngx-i18nsupport-lib

Version:

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

12 lines (11 loc) 537 B
/** * Created by martin on 19.03.2017. * Internal API used by impl. * This does not include the factory to avoid circular dependencies. */ export { ITranslationMessagesFile } from '../api/i-translation-messages-file'; export { ITransUnit } from '../api/i-trans-unit'; export { INormalizedMessage, ValidationErrors } from '../api/i-normalized-message'; export { IICUMessage, IICUMessageCategory, IICUMessageTranslation } from '../api/i-icu-message'; export { INote } from '../api/i-note'; export * from '../api/constants';