design-angular-kit-lombardia
Version:
Un toolkit Angular conforme alle linee guida di design per i servizi web della Regione Lombardia
18 lines (17 loc) • 621 B
TypeScript
import { DestroyRef } from '@angular/core';
import Player from 'video.js/dist/types/player';
import { VideoJsTranslation } from './video-player-i18n.model';
import * as i0 from "@angular/core";
export declare class VideoPlayerI18nService {
#private;
init(player: Player, destroyRef: DestroyRef): void;
getLanguage(): {
languages: {
[x: string]: VideoJsTranslation;
};
language: string;
};
private getTranslations;
static ɵfac: i0.ɵɵFactoryDeclaration<VideoPlayerI18nService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<VideoPlayerI18nService>;
}