I want to create calendar view as shown in image using angular 8, which can provide following features:-
- It should have 24 hour time format.
- 1 Hour should be divided into 4 cells which are 15 min each.
I want to create calendar view as shown in image using angular 8, which can provide following features:-
You can refer to this link:
https://angular-calendar.com/#/kitchen-sink
After selecting the day view you can get your desired view.
This link also contains link of StackBlitz.