@nitishkumarnitc
1.npm i ng2-select --save
2.copy ng2-select.css from here https://github.com/valor-software/ng2-select/blob/development/demo/src/assets/css/ng2-select.css
to the src/assets/css/ directory in your project.
3.and add it to your angular-cli.json like this,if needed.
"styles": ["../src/assets/css/ng2-select.css"]
Are you sure you have to do step 3 and 4? I could not find the CSS in the npm package so I left it out and it seems to work fine - I thought it was include in the bundle
Most helpful comment
@nitishkumarnitc
1.npm i ng2-select --save
2.copy ng2-select.css from here https://github.com/valor-software/ng2-select/blob/development/demo/src/assets/css/ng2-select.css
to the src/assets/css/ directory in your project.
3.and add it to your angular-cli.json like this,if needed.
"styles": ["../src/assets/css/ng2-select.css"]