I need to show a calendar and let the user pick multiple dates - e.g. 1/2/2017, 1/3/2017, 1/4/2017. That is, not a range, but multiple dates.
In Angular 1.x, I used the gm.datepickerMultiSelect directive on top of UI Bootstrap to accomplish this.
I am not able to find such solution for Angular 2+, either using ng-bootstrap or PrimeNg or some other library. Any points will be much appreciated.