Generate And Download QR Code Using Angular 7
Here, we will learn about how we can generate QR code dynamically using Angular 7 and download it. It’s now a basic requirement for generating and downloading QR code.
Here, we will learn about how we can generate QR code dynamically using Angular 7 and download it. It’s now a basic requirement for generating and downloading QR code.
Here, we will learn about reading QR code by uploading it using Angular 7. As we have many mobile applications for that purpose. But what if we don’t have a mobile phone or our battery is discharged. So we can use this to read QR code data.
There are lots of CSV reader libraries available for Angular 7 but We will read CSV file without any library in this article and will upload a CSV file from the UI rather than a static path or source, in order to make it dynamic.
Here, we will learn about how we can add a dynamic image in pdf and download that file(pdf) in Angular 7. There are lots of pdf libraries available for Angular 7. We will going to use jsPDF and will upload an image from UI rather than a static path to make dynamic.
Here, we will learn about how can we read data from JSON using API and download it in excel format in Angular 7. We will first read the data from the JSON API and then download the data in excel format using Angular 7.
Here, we will learn about how we can create a chart in Angular 7. There are lots of chart libraries available for Angular 7. We will going to use Highchart and will bind data from web API to make dynamic data binding.
Here, we will develop the frontend application for our server-side pagination in datatable with Angular 7.
Here, we will learn about how can we integrate the datatable plugin with server-side pagination, sorting and searching. As it is the basic requirement for all the web application to display the data. So client side pagination is not good.
Here, we will learn about how we can dynamically add-remove row of the grid using Angular 7. We have performed the same functionality with AngularJS also,
In this article, we will see how to upload a file into the database using the Angular 7 app in an ASP.NET project. Let us create a new project in Visual Studio 2017. We are using ASP.NET Core 2 and Angular 7 for this project.