Edupala

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

ionic

Creating a Custom Pipe in Ionic

Pipe’s are one of the important features of Angular. Angular comes with a stock of pre-built pipes such as Date Pipe, UpperCasePipe, LowerCasePipe, CurrencyPipe, and PercentPipe and so many. Angular allows us to create our own pipe. In the ionic Angular project, we will demonstrate custom pipes in ionic with examples. Create project for Custom […]

How to use the Ionic InAppBrowser

Ionic InAppBrowser capacitor or Cordova plugin is used to open external links from your app inside a web browser view. We can show helpful articles, videos, and web resources inside of our app. Users can view web pages without leaving your app. In this tutorial, we’ll demonstrate two examples of Ionic inappbrowser examples. First by […]

Ionic Social sharing using capacitor and Cordova

Ionic social sharing plugin allows us to share our content with an authorized social media account on mobile devices only. With the release of Ionic 4 and above, we can also use the same sharing functionality in Progressive Native Web, Mobile, and Desktop applications through the Ionic capacitor sharing plugin. In this article, we’ll demonstrate […]

How to add dayjs in Ionic or angular .?

The dayjs is an open-source JavaScript library of a 2KB date and we’ll demonstrate dayjs in Ionic. The library is an alternative to Moment.js with the same modern API. The Day.js is a minimalist JavaScript library that parses, validates, manipulates, displays dates and times for modern browsers. Many application scenarios where we need to save […]

Scroll to top