UNPKG

@bimeister/pupakit.calendar

Version:
14 lines (13 loc) 809 B
import { Observable } from 'rxjs'; import { CalendarConfigService } from '../../services/calendar-config.service'; import { CalendarTranslationService } from '../../services/calendar-translation.service'; import * as i0 from "@angular/core"; export declare class CalendarWeekPanelComponent { private readonly calendarTranslationService; private readonly calendarConfigService; private readonly weekdaysInOrder; readonly weekdays$: Observable<string[]>; constructor(calendarTranslationService: CalendarTranslationService, calendarConfigService: CalendarConfigService); static ɵfac: i0.ɵɵFactoryDeclaration<CalendarWeekPanelComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CalendarWeekPanelComponent, "pupa-calendar-week-panel", never, {}, {}, never, never, false>; }