Answers for "intall fontawesome angular"

1

fontawesome angular

//2021: INSTALL IT IN ANGULAR 1ST
npm i font-awwsome
// in angular.json add in the 'build' section the following lines in 'styles' and 'scripts'
"styles"[
              "node_modules/@fortawesome/fontawesome-free/css/fontawesome.css"
]
Posted by: Guest on April-22-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language