Best advice, how-tos, insights, detailed tutorials, step-by-step guides,
and free code examples from Ionic community leaders.
IONIC
CRUD
TUTORIALS
CRUD stands for Create Read Update and Delete. These are the four basic functions that models should be able to do.
For example a Contacts CRUD app is an app that allows to Create, Read, Update and Delete Contacts like the Contacts app from your mobile phone.
Ionic Framework provides all the UI components needed to create all the CRUD operations. Of course you need to decide how do you want to build your own CRUD, because possibilities are endless.
The following Ionic CRUD Tutorials explain how to build an app with these capabilities.