Is there any resource for material design date picker component in angular 2.I searched a lot but no good results found .
Material design date-picker for angular 2
7.4k views Asked by Supriya C S At
2
There are 2 answers
0
On
angular 2-material-date-picker is not a good solution in the context of material design , the style is not looks like material design,I think the better option is date-picker from md2.
please install
npm install md2 --save
then import the module in App module
for more reference please go npm packages and Git hub page
There is a
date picker
component, should be installed in your root application folder using :and then do your import in your
module
component file and start using it merely. More details here.