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+
- Host: GitHub
- URL: https://github.com/bojidaryovchev/angular-datepicker
- Owner: bojidaryovchev
- License: mit
- Created: 2020-01-08T15:49:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:31:30.000Z (over 2 years ago)
- Last Synced: 2025-02-14T00:19:04.578Z (4 months ago)
- Topics: angular, angular-calendar, angular-datepicker, angular8, calendar, datepicker, ngdatepicker
- Language: TypeScript
- Homepage:
- Size: 1.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


