@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
12 lines (11 loc) • 1.15 kB
TypeScript
export { ViewDirective, ViewsDirective } from './schedule/views.directive';
export { ResourceDirective, ResourcesDirective } from './schedule/resources.directive';
export { HeaderRowDirective, HeaderRowsDirective } from './schedule/headerrows.directive';
export { ToolbarItemDirective, ToolbarItemsDirective } from './schedule/toolbaritems.directive';
export { ScheduleComponent } from './schedule/schedule.component';
export { ScheduleModule } from './schedule/schedule.module';
export { ScheduleAllModule, DayService, WeekService, WorkWeekService, MonthService, YearService, AgendaService, MonthAgendaService, TimelineViewsService, TimelineMonthService, TimelineYearService, ResizeService, DragAndDropService, ExcelExportService, ICalendarExportService, ICalendarImportService, PrintService } from './schedule/schedule-all.module';
export { RecurrenceEditorComponent } from './recurrence-editor/recurrenceeditor.component';
export { RecurrenceEditorModule } from './recurrence-editor/recurrenceeditor.module';
export { RecurrenceEditorAllModule } from './recurrence-editor/recurrenceeditor-all.module';
export * from '@syncfusion/ej2-schedule';