Scenario: Need to select multiple date in the date picker in angular material.
currently this scenario is not there in the official documentation in DatePicker Examples
Question : How can I implement the multiple date select with the material design?
I though of modifying the existing implementation of angular material, but have no idea where to start.
Any leads would be very helpful.