Edupala

Comprehensive Full Stack Development Tutorial: Learn Ionic, Angular, React, React Native, and Node.js with JavaScript

Month: December 2020

How to implement an Ionic alert controller example

Ionic comes with a number of pre-built components like modals, loading, toast, many more and Ionic alert is one of the components. The ionic alert component is one of the most used and basic components used in most Ionic applications. The Alert component is used to show alerts information to the users or collect data […]

How to implement Ionic table with pagination

The table is an important HTML element that allows us to display our data in a tabular format containing (such as text, images, links, other tables, etc.) in a two-dimensional table with rows and columns of cells. The ionic framework doesn’t have a prebuilt component like a card for the Ionic table. But we create […]

Scroll to top