UNPKG

@hug/ngx-g11n

Version:

Angular helpers for internationalizing and localizing your application

6 lines (3 loc) 188 B
import { G11nLocale, G11nFeature } from '@hug/ngx-g11n/internal'; declare const withDefaultLocales: (locales?: Record<string, G11nLocale>) => G11nFeature; export { withDefaultLocales };