I am working with Angular(6) application, and I am trying to use FA icons, and drop-down with no luck. I am successfully using FA(4) icons, like:
If you are using npm install --save @fortawesome/fontawesome-free change the package.json to refer
npm install --save @fortawesome/fontawesome-free
package.json
import "@fortawesome/fontawesome-free/css/all.css";