UNPKG

@hug/ngx-g11n

Version:

Angular helpers for internationalizing and localizing your application

8 lines (7 loc) 383 B
export type { DefaultModuleImport } from './default-module-import.model'; export type { G11nFile } from './g11n-file.model'; export type { G11nLocale } from './g11n-locale.model'; export type { G11nOptions } from './g11n-options.model'; export type { G11nFeature } from './g11n-feature.model'; export type { G11n } from './g11n.model'; export { G11nDebug } from './g11n-debug.enum';