Edupala

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

Month: June 2021

How to implement Ionic Barcode Scanner using cordova

In these articles, we will learn how to use an Ionic Barcode Scanner. We will use a plugin called Cordova-plugin-barcode scanner to a barcode and this opens a camera view and automatically scans a barcode, returning the data back to you. Setting up and configure Ionic Barcode scanner Let first create a project to implement […]

What is Javascript Variable Scope

In the Javascript variable scope, means the lifetime of a variable i.e where the variable is visible and where it is available for us to use in our code. In JavaScript, we have not many but just a couple of different types of scopes. Javascript variable scope types In Javascript, we have three types of variable scope. Global scope Function scope Block scope […]

Angular Data Binding in Angular 12 | 13

Angular data binding allows communication between templates and components. Angular has a mechanism called data binding that allows you to keep a component’s properties model in sync with the view. In this tutorial, we’ll learn what is data binding, what are different types of it and will demostrate some example of data binding. What is […]

Scroll to top