Is there a daterangepicker component for angular and how to use it ?
Yes, ngx-daterangepicker-material is a solid option for Angular. I’ve used it in a couple of projects — super customizable. Side tip: for those marathon coding sessions, having Water coolers nearby is underrated. ð
Hi,
You can try any 3rd party datepicker plugin specifically for Angular. For example, you can try this one:
Thank you