Class: I18nContext<K
>
i18n/src.I18nContext
Type parameters
▪ K = Record
<string
, unknown
>
Implements
Constructors
new I18nContext(lang, service)
new I18nContext<
K
>(lang
,service
):I18nContext
<K
>
Parameters
▪ lang: string
▪ service: I18nService
<K
>
Returns
I18nContext
<K
>
Source
libs/i18n/src/lib/i18n.context.ts:15
Properties
id
readonly
id:number
Source
libs/i18n/src/lib/i18n.context.ts:13
lang
readonly
lang:string
Source
libs/i18n/src/lib/i18n.context.ts:16
service
readonly
service:I18nService
<K
>