React Router Dom v5 | Adding routing in React app tutorial by example

React application needs to include a routing library to add routing capabilities. In this tutorial, we will learn How to add React Router Dom library in a React app to switch between multiple components. The react-router-dom is a popular and well-supported library available which is the most preferred routing library for React applications due to

React Router Dom v5 | Adding routing in React app tutorial by example Read More »

Resolve! Google Authentication Codes Saying Invalid Code for Two Way Authentication

In one of my online account, I am using Google Authenticator based two-way authentication. But surprisingly when I logged in my account and put the Google Authenticator code it said: “Invalid Code Entered!” I was shocked to see how this could happen a few days back I logged in that. In a fraction of seconds,

Resolve! Google Authentication Codes Saying Invalid Code for Two Way Authentication Read More »

Reactstrap | Add Bootstrap UI components in React using Reactstrap

In this React tutorial, we’ll discuss how to quickly start using Bootstrap UI components in a React JS 16 application by integrating the Reactstrap. We all know the power Bootstrap UI components provide to a developer in quickly creating a robust and fully responsive web application without any head-scratching efforts. The bootstrap framework takes full

Reactstrap | Add Bootstrap UI components in React using Reactstrap Read More »

Angular 8|9 Typescript | How to Download PDF/ EXCEL or other files instead of opening in new tab

In this tutorial, we will learn how to download any file type which can be a Doc, Excel, PDF or even images to file system instead of opening them in a new browser tab. A simple task like downloading a file on the click of a link also sometimes proves so much challenging. HTML 5

Angular 8|9 Typescript | How to Download PDF/ EXCEL or other files instead of opening in new tab Read More »

Angular 8|9 How to Upload Excel/ Image File using FormData with Post HTTP method

In this tutorial, we will learn How to Upload files like Excel, Image or any document like PDFs to a Web Server in Angular application using FormGroup class and FormData interface. We are going to create a simple form that will have a file input control to select a file which will be uploaded by

Angular 8|9 How to Upload Excel/ Image File using FormData with Post HTTP method Read More »

ElementRef in Angular 9|8|7 Using getElementById in Typescript

In this Angular 8/9 tutorial, we will understand how to use ElementRef getting element reference in the document or HTML template as we use document.getElementById() method in vanilla javascript.   # ElemementRef in detail The ElemementRef is a class which can wrap around a specified DOM element to enhance its properties and methods available on

ElementRef in Angular 9|8|7 Using getElementById in Typescript Read More »

Resolve! Uncaught SyntaxError: Unexpected token ‘,’ or ‘<' in Angular

To create a production build for a remote server I usually run following ng command: $ ng build –prod  But at the client end, there was some stage error popping up in the console and the application was not loading. Surprisingly it was working fine on my end and on my mobile network as well.

Resolve! Uncaught SyntaxError: Unexpected token ‘,’ or ‘<' in Angular Read More »

Echarts for Angular Charts using ngx-echarts | Tutorial with Examples

Echarts In Angular project using the ngx-echarts we are going to discuss in this tutorial. The Echarts is javascript based library that provides a wide variety of highly customizable charting options for web applications. The ngx-echarts package module is exclusively customized for Angular projects which can be used to build echart library-based charts in a

Echarts for Angular Charts using ngx-echarts | Tutorial with Examples Read More »