@syncfusion/ej2-angular-schedule
Version:
Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular
29 lines (28 loc) • 1.43 kB
TypeScript
import { ValueProvider } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./schedule.module";
export declare const DayService: ValueProvider;
export declare const WeekService: ValueProvider;
export declare const WorkWeekService: ValueProvider;
export declare const MonthService: ValueProvider;
export declare const YearService: ValueProvider;
export declare const AgendaService: ValueProvider;
export declare const MonthAgendaService: ValueProvider;
export declare const TimelineViewsService: ValueProvider;
export declare const TimelineMonthService: ValueProvider;
export declare const TimelineYearService: ValueProvider;
export declare const ResizeService: ValueProvider;
export declare const DragAndDropService: ValueProvider;
export declare const ExcelExportService: ValueProvider;
export declare const ICalendarExportService: ValueProvider;
export declare const ICalendarImportService: ValueProvider;
export declare const PrintService: ValueProvider;
/**
* NgModule definition for the Schedule component with providers.
*/
export declare class ScheduleAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ScheduleAllModule, never, [typeof i1.CommonModule, typeof i2.ScheduleModule], [typeof i2.ScheduleModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ScheduleAllModule>;
}