Conclusion
We now have a basic but fully functional application - we have implemented all of the features we set out to implement. Specifically, we can:
- Accept user input
- Create new todos
- Store those todos in memory
- Display the todos
- View the details of a specific todo
The point of this application build was to get some exposure to some very basic Ionic and Angular concepts. We still have more theory to learn before we get into the “real” applications, but hopefully this should help give some context to the things we have been learning so far (the the concepts that we are about to cover).