mattlewis92 / angular-calendar

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
https://mattlewis92.github.io/angular-calendar/
MIT License
2.72k stars 865 forks source link

Disable previous date and show from current date (today) #1587

Open nizalsha opened 2 years ago

nizalsha commented 2 years ago

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

matts-bot[bot] commented 2 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

chitgoks commented 1 year ago

This sounds like a feature from the mat-datepicker where [min]="todayDate" enables date and navigation to dates starting today and onwards.