@bimeister/pupakit.calendar
Version:
PupaKit Calendar
16 lines (15 loc) • 811 B
TypeScript
import { LocaleService } from '@bimeister/pupakit.common';
import { Observable } from 'rxjs';
import { CalendarTranslation } from '../declarations/interfaces/calendar-translation.interface';
import { CalendarConfigService } from './calendar-config.service';
import * as i0 from "@angular/core";
export declare class CalendarTranslationService {
private readonly calendarConfigService;
private readonly localeService;
private readonly locale$;
readonly translation$: Observable<CalendarTranslation>;
constructor(calendarConfigService: CalendarConfigService, localeService: LocaleService<string>);
private getTranslationByLocale;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarTranslationService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CalendarTranslationService>;
}