Edupala

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

Month: February 2020

Introduction to Angular Component

Components are the main building blocks in Angular. A typical Angular application is represented by a tree of elements starting with a single root component. An Angular framework allows us to develop applications in a component-based approach. Why we need an angular component ? We can create custom HTML element like <student> using component in […]

Ionic Capacitor camera example

Ionic Capacitor Camera API allows users to pick a photo from their photo album or take a picture from the camera in Progressive Native Web, Mobile, and Desktop applications. We can use the Ionic Cordova camera if we’re only building applications for mobile-specific. The release of ionic 4 and above allow us to use both […]

Ionic capacitor storage

The Ionic Capacitor storage API is a simple way to store the data without any relational database capabilities.  The Ionic capacitor allows us to create a PWA application. The Capacitor Storage API provides a key-value store for simple data, the value may be a simple string or a complex JSON Object. Ionic Capacitor Storage works […]

Ionic Capacitor and how to set up the capacitor in an ionic application

Capacitor Definition from the official site “The Native Bridge for Cross-Platform Web Apps”. What is an ionic capacitor ? Ionic Capacitor is an open-source framework innovation to help you build Progressive Native Web, Mobile, and Desktop apps. We can also use Cordova to achieve native functionality and but some of the Cordova plugins only work […]

How to add Ionic menu, submenu, and dropdown menu

The ionic framework has lots of components, we can use the ion-menu or Ionic menu component to create a sidebar menu in our Ionic application. Ionic we can also customize and create an Ionic drop-down menu to make a list of related navigation links. We have three goals behind this tutorial, First, we’ll learn how […]

How to use HostBinding and HostListener decorators in Ionic

Ionic angular application is the use of an Angular framework to build ionic applications. An Angular provides a good range of built-in directives we can also create our own directives to solve problems that are specific to an application’s needs or to support features that the built-in directives don’t have. A directive is one of the […]

Scroll to top