An open API service indexing awesome lists of open source software.

https://github.com/bojidaryovchev/angular-datepicker

Angular Datepicker - a simple and easy to use datepicker - it was built using angular v8 but it should work with v2+
https://github.com/bojidaryovchev/angular-datepicker

angular angular-calendar angular-datepicker angular8 calendar datepicker ngdatepicker

Last synced: 2 months ago
JSON representation

Angular Datepicker - a simple and easy to use datepicker - it was built using angular v8 but it should work with v2+

Awesome Lists containing this project

README

        

# ngdatepicker (Angular Datepicker)

a simple and easy to use datepicker

NOTE: in order to update the chosen date in the datepicker while its open, just changing it and marking for check wont cut it, the recommended approach is to manually dispatch a click event on the input field the directive is on - by doing that we avoid the necessity of having a change detection different than OnPush or invoking markForCheck in ngAfterViewChecked which turns out to cause a bottleneck - so manually dispatching an event is a small sacrifice

![alt text](./calendar1.png)
![alt text](./calendar2.png)
![alt text](./calendar1.png)