Edupala

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

Year: 2020

How to implement Angular pdf generator with PdfMaker in Angular 11|12?

In this tutorial, we’ll learn how to use the Angular Pdf generator using the PdfMake library. The PdfMake library allows us to export our data to PDF in both client and server-side using a pure javascript library. We’ll discuss how to integrate PdfMake in our angular project. What we are learning from the Angular pdf […]

How to implement Angular excel generator in Angular 11|12 ?

In this tutorial, we’ll learn to export data to excel in Angular using the ngx-pappaparse library. We will view data in Angular excel or angular CSV files. The ngx-papaparse library allows us to export data in a spreadsheet of file format XLSX or CVS. The CSV file format is compatible with Excel and Google Sheets. […]

Complete guide to Angular Font-awesome icons in Angular 11 and 12.

In this tutorial, we’ll learn how to use the font-awesome in an Angular project. The Font-Awesome teams have made an official Angular font-awesome component that’s available for all who want to integrate icons in an Angular project. The font-awesome is a toolkit for web and mobile applications that provides icons and social logos. Like font awesome, we can […]

How to create an Angular custom component

Angular components are one of the building blocks of the 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. Components bring reusability to a view. Once we have created a component, we can use […]

Scroll to top