I integrated Font Awesome 5 in a project with bootstrap 4. When I recall a font via CSS it does not work. with Font Awesome 4 the code was as follows:
#mainN
I had to set searchPseudoElements to to true to get it working in Angular5.
searchPseudoElements
import fontawesome from '@fortawesome/fontawesome'; ... fontawesome.config.searchPseudoElements = true; ... content: "\f12a"; font-family: 'Font Awesome 5 Solid';