I've been using angular 5 for a while now and it seems that I can't load any font-awesome icons into my built project.
I followed the steps thoroughly as mentioned in the link below. https://www.npmjs.com/package/angular-font-awesome
It appears that the CSS file is included in the project but it's not able to load the fonts as I checked in the network section of my browser's developer tools.
All I'm seeing in the rendered page is square icons instead of font-awesome icons.
I would really appreciate it if anyone can help me with this.