Edupala

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

Month: August 2020

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 […]

Angular async pipe – How to use it properly in Angular?

The angular async pipe is an angular built-in pipe and impure pipe. The async pipe allows data obtained asynchronously and displays the latest value upon every change. Under the hood, it uses Promise or Observable depending if your async data comes from a Promise or an Observable. It takes an Observable or a promise as […]

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 […]

Scroll to top