Edupala

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

ionic

Ionic reactive form and validation of the form

Ionic Reactive forms allow us to configure our form in greater control. We build the form model objects programmatically in typescript (including validation form rules), and the form binds (and syncs) to the template. Whereas template-driven form we validate form inside our component template. In our previous article, we have discussed Ionic angular form types […]

Ionic Passing Data from Child to Parent Page

An Ionic Angular component is the basic build block of an Angular framework. In the Ionic Angular page are components, we have different techniques of Ionic Passing Data from Child to Parent Page. The component is responsible for managing a template and providing it with the data and logic it needs. Components can contain other […]

Calculate Base64 Image Size in Ionic and Angular project

In these articles, we will calculate an exact length Base64 photo from the Ionic native Camera|Gallery in Kilobytes. Base64 encodes three bytes to four characters. Sometimes, padding is added in the form of one or two ‘=’ characters. Calculate Base64 Image Size in ionic, let first create an ionic project, and install the required plugin. […]

Ionic Toast example from scratch – Step by step details tutorial

The ionic toast component can be used to display notification information for a short period of time by using ToastController. Ionic comes with a number of components, including modals, popups, and cards.  Ionic toast is a subtle notification commonly used in modern applications. We’ll be exploring how to implement ionic toast by customizing Ionic toast […]

Ionic Template-driven Form Validation

In the previous article, we learned how to use the template-driven form in an Ionic Angular project. In these articles, we will learn Ionic Template-driven Form Validation using an Angular framework. HTML provides basic features for displaying forms, validating entered values, and buttons to submit data to the server. But HTML forms may not be […]

Scroll to top