Skip to content

Commit 21e1010

Browse files
Update app.component.ts
1 parent a8d5bcc commit 21e1010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { hospitalData, waitingList } from './data';
99
template: `<div>
1010
<h1>Drag a record from <span style="color:red">Grid</span> and drop it into <span style="color:red">Scheduler</span></h1>
1111
<div style="float:left">
12-
<h2>Scheduler</h2>
12+
<h2>A doctor's Calendar</h2>
1313
<ejs-schedule id='Schedule' #scheduleObj width='800px' height='650px'
1414
[currentView]="currentView"
1515
[selectedDate]="selectedDate"
@@ -18,7 +18,7 @@ import { hospitalData, waitingList } from './data';
1818
</div>
1919
2020
<div style="width:400px;float:right;margin-right:350px">
21-
<h2>Grid </h2>
21+
<h2>Waiting list</h2>
2222
<ejs-grid id='Grid' #gridObj
2323
[dataSource]='gridDS' width="300px"
2424
[allowSelection]="true"

0 commit comments

Comments
 (0)