I'm wondering if there is a way to show DatePicker by clicking on some div tag?
<input type="date" ...>
shows a native datepicker.
I don't know any datepicker native to Angular. But you can use boostrap's datepicker. It's really easy to use and a simple directive can create the datepicker.