@studiohyperdrive/ngx-i18n
Advanced tools
Comparing version 16.0.1 to 16.0.2
import { TranslateService } from '@ngx-translate/core'; | ||
import { Observable } from 'rxjs'; | ||
import { AbstractI18nService } from '../../abstracts'; | ||
import { RootI18nService } from '../root-i18n/root-i18n.service'; | ||
import * as i0 from "@angular/core"; | ||
export declare class I18nService implements AbstractI18nService { | ||
private readonly translateService; | ||
constructor(translateService: TranslateService); | ||
private readonly rootI18nService; | ||
constructor(translateService: TranslateService, rootI18nService: RootI18nService); | ||
/** | ||
@@ -9,0 +11,0 @@ * Returns the current language of the application |
export * from './i18n/i18n.service'; | ||
export * from './i18n-loading/i18n-loading.service'; | ||
export * from './i18n-loading/i18n-loading.types'; | ||
export * from './root-i18n/root-i18n.service'; |
{ | ||
"name": "@studiohyperdrive/ngx-i18n", | ||
"version": "16.0.1", | ||
"version": "16.0.2", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^16.1.5", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
120495
44
1052