15 lines
283 B
TypeScript
15 lines
283 B
TypeScript
/*
|
|
* Public API Surface of i18n
|
|
*/
|
|
|
|
export * from './lib/config/module-config';
|
|
|
|
export * from './lib/pipes/i18n.pipe';
|
|
|
|
export * from './lib/services/i18n.service';
|
|
|
|
export * from './lib/types/i18next.event';
|
|
export * from './lib/types/token';
|
|
|
|
export * from './lib/i18n.module';
|