I am building a custom website built on top of template - https://github.com/akveo/blur-admin
I am new to npm. I wanted to use a npm package named cryptocoins-icons.
I went to my project folder root and ran the command npm i cryptocoins-icons
.
The package is added in my project.json.
Now in one my html when I write - <td><i class="cc BTC"></i>{{item.name}}</td>
<i class="cc BTC">
part should have displayed bitcoin icon there.
I know I am definitely missing something, but I don't know what. Please help