Uncovered features of Ionic
Although we covered many great topics in this book, there are a lot of great features that we did not cover as they were beyond the scope of this book. We mostly focused on the core features of Ionic, such as how to get Ionic set up. We then learned to create Ionic apps using the blank, side menu, and tabs templates. We also learned to test our Ionic application using the Chrome browser via the ionic serve
technique.
In this section of the book, I will name a couple of things that will be useful for you to get to grips with in order to become better at Ionic.
Appcamp.IO
Appcamp.IO is a free website created by some of the Ionic staff. It is a place where you can go and learn some tips and tricks that will sharpen your Ionic development skills.
The content on Appcamp.IO is great for beginners, and it is in some ways in line with the philosophy of this book.
The Ionic documentation
The Ionic documentation page is pretty much the Bible for everything on Ionic. Ionic...