The simplest way is to install it through npm and then import the styles:
1)
npm i @fortawesome/fontawesome-free --save
2) Import the styles in angular.json
"styles": [
...
"node_modules/@fortawesome/fontawesome-free/css/all.css"
...
]
And then you can use it as it is in their documentation