After installing npm install ng2-select there's no css file inside the package.
Shouldn't there be ?
yep, this file is not downloaded, because it used only for demo.
Confused me too, since it's in quick start steps
Same issue but I copied the ng2-select.css file from the demo/app/assets/css folder. But still UI for drop down is not good. Am I still missing something? I am not using bootstrap but angular material 2.

I used https://github.com/basvandenberg/angular2-select, it is well explained.
Thanks @shprink very much :).
Am am having the same CSS problem as @ermarkar above (component works, but styles are busted). I've followed the directions in @shprink's link, but there really wasn't a lot of detail on where to install the CSS, JS and font assets, and then how to link them. Can someone provide more specific instructions? Thanks to anyone who can help.
Thank you @shprink
Hi Valor team, thank you so much for providing us with these excellent tools.
I have the same question: How do we edit the styles of the component? The ng2-select.css file is missing in the module. How can it be acquired, or are there any other workarounds that we can use?
Specifically, I need to reduce the height of the select input.
Thank you!
Thank you so much @shprink :).
Most helpful comment
Confused me too, since it's in quick start steps