FontAwesome in ionic3+ apps
· One min read
Steps
-
Install Font-Awesome
npm install font-awesome --save
-
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"
}
-
Delete package-lock.json
-
In index.html add the following line
FILES
Refer the code files in Github