Skip to content

Conversation

@nsnayp13
Copy link
Owner

@nsnayp13 nsnayp13 commented Oct 7, 2025

Add comprehensive API documentation for the Angular Datepicker 2 library.


Open in Cursor Open in Web

Co-authored-by: nikaglichev <nikaglichev@gmail.com>
@cursor
Copy link

cursor bot commented Oct 7, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@nsnayp13 nsnayp13 marked this pull request as ready for review October 7, 2025 18:01
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

}

onDayClick(day: Day) {
if (this.isHoliday(day.date)) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Holiday Matching Fails Due to Time Precision

The isHoliday method in the usage example compares dates using getTime(). This approach is overly strict because it includes time components, which can prevent holidays from being correctly matched if the compared dates have different times of day.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants