Angular 7 Calendar

The Calendar component for Angular allows you to pick a date, add special dates or restricted dates. You can navigate through years, decades or centuries by clicking the calendar's title bar, display week numbers or customize the layout.

angular calendar

Angular 7 Calendar features



Week Number. It is possible to show the week number of the year in the first column on the left. In order to display the Week Number you have to set the showWeekNumbers property to true.

Special Dates. You can add any special date to the Angular Calendar by using the addSpecialDate method. An example for a special date is a national holiday.

Restricted Dates. The restricted dates are dates which cannot be selected.

Date Ranges. In order to select a date range you have to click on a start and the on an end date.

The Calendar enables localization of the content and dates in different languages and date formats.

In addition to that Calendar can also be enabled or disabled. When the Calendar is disabled it is not possible to choose dates.

Keyboard navigation and right-to-left layout.