I was working on a project that needed a custom icon in the TabBar using Ionic 4 and a single custom icon. I had done this before for Ionic 3 with Fontawesome Icons. It took some trial and error, along with looking at GitHub issues, but I think I finally have it figured out. And…
Tag: icons
Ionic with Font Awesome Icons
Over the last couple of months, an Angular 6 project I’ve been working started using Font Awesome icons. After learning more about Font Awesome, I thought, “It would be cool to be able to use font awesome icons in an Ionic project.” Now, remember, Ionic already has a great set of icons (Ionicons). I’m…