We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badf4a5 commit a8d5bccCopy full SHA for a8d5bcc
src/app/app.component.ts
@@ -10,7 +10,7 @@ import { hospitalData, waitingList } from './data';
10
<h1>Drag a record from <span style="color:red">Grid</span> and drop it into <span style="color:red">Scheduler</span></h1>
11
<div style="float:left">
12
<h2>Scheduler</h2>
13
- <ejs-schedule id='Schedule' #scheduleObj cssClass='schedule-drag-drop' width='800px' height='650px'
+ <ejs-schedule id='Schedule' #scheduleObj width='800px' height='650px'
14
[currentView]="currentView"
15
[selectedDate]="selectedDate"
16
[eventSettings]="eventSettings">
0 commit comments