I imported a date picker in a project and was wondering if there was any official recent component from angular and material to include time in the calendar as well.
I\'ve s
To use the new date range picker, you can use the mat-date-range-input
and mat-date-range-picker
components.
Example
HTML
Enter a date range
You can read and learn more about this in their official documentation.
Unfortunately, they still haven't build a timepicker
on this release.