Skip to content

Commit 07a3e49

Browse files
committed
This message contains the Updated output, Readme file and index.html
1 parent 2f8aae9 commit 07a3e49

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

Output.png

-1.05 KB
Loading

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,12 @@ This repository contains a sample full-stack application demonstrating how to di
6060
6161
6262
## Output
63-
![Frontend Preview](./Output.png)
63+
![Frontend Preview](./output.png)
6464
6565
## Troubleshooting
6666
- **Version error**: Check and install the current version as by prerequistes.
67-
- **Port already in use**: Clear all the previous running applications in both browser and command prompt.
67+
- **Port already in use**: Clear all the previous running applications in both browser and command prompt.
68+
69+
## Liscense
70+
**License banner**: Obtain and register a Syncfusion license key [link](https://ej2.syncfusion.com/angular/documentation/licensing/overview).
71+

app/views/welcome/index.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
var scheduleObj = new ej.schedule.Schedule({
99
height: '550px',
1010
width: '100%',
11-
selectedDate: new Date(2023, 6, 13),
11+
selectedDate: new Date(2026, 0, 22),
1212
eventSettings: {
1313
dataSource: [{
1414
Id: 1,
1515
Subject: 'Meeting',
16-
StartTime: new Date(2023, 6, 13, 10, 0),
17-
EndTime: new Date(2023, 6, 13, 12, 30)
16+
StartTime: new Date(2026, 0, 22, 10, 0),
17+
EndTime: new Date(2026, 0, 22, 12, 30)
1818
}]
1919
}
2020
});

0 commit comments

Comments
 (0)