Skip to main content

FontAwesome in ionic3+ apps

· One min read

Steps

  1. Install Font-Awesome
    npm install font-awesome --save

  2. Create a config folder at root and create a file custom.copy.config.js
    config/custom.copy.config.js

add below code 3. Add config section at the end of package.json
"config": {
"ionic\_copy": "./config/custom.copy.config.js"
}

  1. Delete package-lock.json

  2. In index.html add the following line

FILES
Refer the code files in Github