Angular – Font Awesome Icons

Font awesome introducing icon module & component for angular,

 API docsThe official Angular module/component documentation
 GitHub projectWhere to submit issues and collaborate/contribute to codebase

Install Using npm : –

  • npm i @fortawesome/angular-fontawesome

Install Using yarn : –

  • yarn add @fortawesome/fontawesome-svg-core
  • yarn add @fortawesome/free-solid-svg-icons
  • yarn add @fortawesome/angular-fontawesome

For more details – https://fontawesome.com/how-to-use/on-the-web/using-with/angular

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top