Reading XML File In Angular 8
Here, we will learn about reading XML file in Angular 8. Reading XML file is very important in certain circumstances when the server returns the data in XML format.
Here, we will learn about reading XML file in Angular 8. Reading XML file is very important in certain circumstances when the server returns the data in XML format.
Here, We will learn about downloading excel file in various formats like text, HTML, JSON, and CSV. We will be using file saver and xlsx packages for this purpose.
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.