angular-calendar
angular-calendar copied to clipboard
A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
**Describe the bug** Right now, the day value of the dayClicked is actually wrong, respecting the timezone (e.g. Wed Aug 10 2022 00:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)). Changing this would be...
**Describe the bug** When attempting to unit test a component that consumes `angular-calendar`. we get an error regarding the import. **Minimal reproduction of the problem with instructions** This is how...
**Is your feature request related to a problem? Please describe** **Describe the solution you'd like** **Describe your use case for implementing this feature** **Additional context**
**Is your feature request related to a problem? Please describe** - I want to change the time line position from horizantal to vertical **Describe the solution you'd like** **Describe your...
**Is your feature request related to a problem? Please describe** I wanted to implement my own next / previous methods utilizing the addDaysWithExclusions functions. Somehow it doesn't work: import {...
**Describe the bug** When adding the lines below to the official demo at the day view part, the render of the calendar seems off, because the visible starting hour is...
**Describe the bug** i am struggling to get capital letters for Month view and days. I currently use the norwegian locale. **Minimal reproduction of the problem with instructions** **Screenshots** **Versions**...
**Is your feature request related to a problem? Please describe** I would like to get `user` index when an empty hour segment is clicked along with `date` **Describe the solution...
**Describe the bug** Thanks for your great work, I noticed that the drag event loses focus when I drag it across the border. the same happens when using the mouse...
**Describe the bug** Hi, i have found an issue when handling day selections on month view. Or am i missing something? I am adding a css class to a selected...