Edupala

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

service

How to implement Ionic service and its uses?

In Ionic Angular application contains the concept of ionic service: a class that contains business logic and it doesn’t have UI. The service class contains methods and properties that can be reused by injecting them across application components, directives, and other services. In this tutorial, we have two objective. Firstly how to manage | retrieve| […]

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