Skip to content

Commit 2a3fdd6

Browse files
committed
Drag and resize feature enabled to scheduler
1 parent df0412f commit 2a3fdd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
import './App.css';
33
import * as React from 'react';
4-
import { ScheduleComponent, Day, Week, WorkWeek, Month, Agenda, Inject } from '@syncfusion/ej2-react-schedule';
4+
import { ScheduleComponent, Day, Week, WorkWeek, Month, Agenda, Inject, Resize, DragAndDrop } from '@syncfusion/ej2-react-schedule';
55
import { DataManager, UrlAdaptor } from '@syncfusion/ej2-data';
66

77
import "../node_modules/@syncfusion/ej2-base/styles/material.css";
@@ -38,7 +38,7 @@ function App() {
3838
recurrenceException: {name:'recurrenceexception'},
3939
followingID:{name:'followingid'}
4040
} }}>
41-
<Inject services={[Day, Week, WorkWeek, Month, Agenda]}/>
41+
<Inject services={[Day, Week, WorkWeek, Month, Agenda, Resize, DragAndDrop]}/>
4242
</ScheduleComponent>
4343
</div>
4444
);

0 commit comments

Comments
 (0)