Closed jlaverdure-talis closed 3 years ago
Thanks so much for opening an issue! If you'd like me to give priority to answering your issue or would just like to support this project, then please consider sponsoring me
@jlaverdure-talis Can you provide a repository to reproduce the issue ?
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
Hello,
I'm meeting an issue concerning the hour appearing of the calendar for the DAY / WEEK view.
I don't see any left branch for hour segments and I don't understand why it's not appearing since I've absolutely 0 console error. The events also do not appear in it at all.
Screenshots
As you can see, the events do not appear and the hour on the left are not appearing as well. The ascensor belongs to the main page.
I'm currently using Angular 6 version with the latest angular-calendar version. I applied the procedure from a to z, from the import statement, to the style references. I took the exact same example of Kitchen sink for the CSS / TS / HTML / Module files : https://angular-calendar.com/#/kitchen-sink
I want the hour segments to appear but I have no clue what is the actual problem. I tried previous angular-calendar versions but I had issues with the Angular 6 environment. I pursued lots of possibilities but I'm quite blocked at the moment.
Do someone has met this problem ? Did you find a solution ? Any hypothesis ? I'd really appreciate some help, this module is awesome.
(EDIT : I tried putting the code into the post but it didn't work. It's actually the same than Kitchen Sink without the possibility to modify the type of calendar / the event managing for demo purpose.)
PACKAGE.JSON :
Versions "@angular/core": "6.1.9", "angular-calendar": "^0.28.22",