Edupala

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

ionic

How to add Ionic Google Map and Multiple Marker using Ionic 4

In most mobile applications, maps are one of the most useful tools for users when included in an app. The Ionic allows us to integrate Google Maps into our application. We can achieve integrate the Ionic Google map in two-way Google Map JS library Ionic native SDK map In this example, we will demonstrate how […]

Ionic WordPress API – CRUD operation

This article continuation of our previous post where we have learned how to authenticate from our ionic application to the WordPress back-end. In this tutorial, we will further add additional features to our previous application to perform CRUD operations on WordPress posts. We had already added an HTTP interceptor to intercept our HTTP request. The […]

Ionic 6 implementing WordPress REST API

WordPress version 4.8 and later support REST API, we don’t need any plugin to create REST API. In this article and few articles, we will implementation following features: Authentication to WordPress site using JWT plugin. CRUD operation on post on WordPress site. Woo commerce implementation of our Ionic application. To access the REST interface of […]

Ionic Data binding in details

Ionic Angular data binding is the synchronization of elements of the component UI widget to the data in your component classes, and vice versa, managed by Angular. It allows communication between the template and components class. Ionic data binding can be one-way or two-way data binding. With data binding, we can control the user interface of our components […]

How to add Leaflet Map in Ionic with an example

In most applications, maps are one of the most useful tools for users when included in an application. We can easily add a leaflet map in Ionic angular project. The Leaflet is a widely used open-source JavaScript library used to build web mapping applications. It is one of the most popular JavaScript mapping libraries and […]

Scroll to top