Describe the bug
Minimal reproduction of the problem with instructions
Screenshots
Versions
@angular/core:angular-calendar: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 supporting me on Patreon
I want to add a double-click event to the event of "dayClicked". What can I do?
I use custom events, but blank dates on the calendar don't work.
You can use a custom template to do this, you can see an example of how to do it here: https://stackblitz.com/edit/angular-2gnxfv?file=demo/component.ts Hope that helps! 馃槃
this isn't a good way to solve this problem, i have to override all template for only add a new event.
currently hourSegmentClick works with a single click on the calendar view, but my requirement is that I should open a popup with double click. I tried to use (dblClick) event, but it sends me MouseClick event. I am struggling to get the time on which the user clicked the calendar. hourSegmentClick $event is perfect one, but want to fire the same event on double click. I tried to understand your stackblitz but may be due to my lack of experience, I was unable to figure it out. Any help would be appreciated. And thank you for building such a great tool.
it is great solution, thanks Matt, great job!
Most helpful comment
You can use a custom template to do this, you can see an example of how to do it here: https://stackblitz.com/edit/angular-2gnxfv?file=demo/component.ts Hope that helps! 馃槃