Skip to content

bojidaryovchev/angular-datepicker

Repository files navigation

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 alt text alt text

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published