truly-ui
Version:
Web Components for Desktop Applications.
16 lines • 686 B
TypeScript
import { EventEmitter } from '@angular/core';
import { WorkScaleService } from './work-scale.service';
import { ScheduleDataSource } from '../types/datasource.type';
import * as i0 from "@angular/core";
export declare class EventService {
private workScaleService;
eventsOfDay: ScheduleDataSource[];
events: ScheduleDataSource[];
updateEvents: EventEmitter<any>;
constructor(workScaleService: WorkScaleService);
loadEvents(events: ScheduleDataSource[]): void;
getEventsOfDay(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<EventService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<EventService>;
}
//# sourceMappingURL=event.service.d.ts.map