How to use a bower package component into my project
问题 I am working on a mean stack application using angular material design. I got stuck on using 'md-datepicker'. I was designing a form which is having an Date of birth field but md-datepicker dont allow to select the year. I found a bower packer "https://github.com/alenaksu/mdPickers" and I was trying to add it into my project. I installed the bower npm install bower Install package, bower install mdpackages after this steps I got the bower-components in my project directory. So my question is