UNPKG

@spartacus/core

Version:

Spartacus - the core framework

13 lines (12 loc) 450 B
export * from './config/i18n-config'; export * from './config/i18n-config-initializer'; export * from './date.pipe'; export * from './numeric.pipe'; export { I18nModule } from './i18n.module'; export * from './i18next/index'; export * from './testing/index'; export * from './translatable'; export * from './translate.pipe'; export * from './translation-chunk.service'; export * from './translation-resources'; export * from './translation.service';