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…
Tag: ionic3
Ionic 3 – Using the VirtualScroll Component
I’ve built a sample application using the basic ionic Conference App with some tweaks. You can find the source here: https://github.com/jarodms/ionic3-virtual-scroll Once you’ve cloned/downloaded the source, run the following to see the example in action (go to the Speakers tab): npm i npm run ionic:serve The example app has the following: Tabs Sidemenu Version number at…