Angular Material Datetime Picker
npm install angular-material-comps

Angular Material Library provide extra components for every project (Datetime picker, Time picker, Color picker...).
Please do not hesitate to contact us if you have any question or suggestion.
Feel free to open the issues or provide a PR.
If you like this project, support angular-material-components by starringā.

@see LIVE DEMO AND DOCUMENTATION
Choose the version corresponding to your Angular version:
Angular | @angular-material-components/xxx (xxx is name of package(datetime-picker, color-picker, file-input))
----------- | -------------------
10 | 4.x+
9 | 2.x+
8 | 2.x+
7 | 2.x+

```
npm install --save @angular-material-components/datetime-picker
@see DEMO stackblitz for Angular 7, Angular 8
@see DEMO stackblitz for Angular 9

``
npm install --save @angular-material-components/color-picker
!Alt Text
@see DEMO stackblitz

``
npm install --save @angular-material-components/file-input
``