UNPKG

@hug/ngx-g11n

Version:

Angular helpers for internationalizing and localizing your application

7 lines (6 loc) 218 B
import { DefaultModuleImport } from './default-module-import.model'; export interface G11nLocale { base: () => DefaultModuleImport; extra?: () => DefaultModuleImport; datefns?: () => DefaultModuleImport; }