SteveDunlap13 / MaterialTimeControl

Time component for angular/Material2 (5.0.0-rc0)
MIT License
73 stars 50 forks source link

npm package #2

Closed leocaseiro closed 7 years ago

leocaseiro commented 7 years ago

Hi @SteveDunlap13, thanks for this lib. I was wondering if you are planning to publish on npm.

I couldn't find to download from there. Thanks

SteveDunlap13 commented 7 years ago

Sorry, there isn't an npm package for this. Dig down and look at the time-control folder at https://github.com/SteveDunlap13/MaterialTimeControl/tree/master/src/app/ui/time-control to see the components. Everyone implements angular/material/flex/etc. differently and the component(s) probably need a bit of tweaking for your use.

SteveDunlap13 commented 7 years ago

Closed as per my previous comment.

leocaseiro commented 7 years ago

np thanks!