Summary
In this chapter, we focused on creating our Bucket-List
application from scratch using the Ionic blank template. We also learned to use the <ion-list>
component of Ionic and its child elements. We wrote some Angular code to wire everything up and got it running. The <ion-list>
component is a very powerful component, and although the task of this chapter might appear a bit more complex that the previous ones, there are still some more powerful features that the <ion-list>
component lets us do. For more information about <ion-list>
, visit the official documentation of <ion-list>
from the provided links in the appendix of this book to learn even more complex features.
In the next chapter, we will be learning some very exciting stuff about creating side menu applications with Ionic. We will also build ourselves a tourist application and work with the AJAX calls for the very first time using Angular's $HTTP
service.