UNPKG

@hug/ngx-g11n

Version:

Angular helpers for internationalizing and localizing your application

7 lines (6 loc) 193 B
import { type Provider } from '@angular/core'; import { type G11nOptions } from './g11n-options.model'; export interface G11n { options: Required<G11nOptions>; providers: Provider[]; }