Reputation: 122
I want to add date picker and time picker - separate fields in my application. what are good options available? I have tried - not supported in safari Tried https://www.npmjs.com/package/angular2-datetimepicker - but cant customize for colors/css
Upvotes: 0
Views: 1609
Reputation: 1930
In my experience the best datepicker I have been worked with, it's the Angular Material Datepicker: https://material.angular.io/components/datepicker/overview
Also, if you add Angular Material you can use the other components providing by Angular Material that are very good, responsive, easy to use and customize.
Upvotes: 1