Reputation: 3404
I can use Font Awesome's icons on angular 7 using this instruction - https://fontawesome.com/how-to-use/on-the-web/setup/getting-started. But it's impossible to import faFacebook, faTwitter, and other social networks icons from @fortawesome/free-solid-svg-icons
.
Upvotes: 1
Views: 1727
Reputation: 141
yes with the awesome/free-brands-svg-icons we can display the icons in the angular.We can install it with the help of npm as npm install awesome/free-brands-svg-icons explicity
Upvotes: 1
Reputation: 3404
Based on @peinearydevelopment comment, added new package @fortawesome/free-brands-svg-icons
and this is solution.
Upvotes: 2