bojidaryovchev / angular-datepicker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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+

License:MIT License


Languages

Language:TypeScript 69.6%Language:CSS 13.8%Language:HTML 11.1%Language:JavaScript 5.5%