Edupala

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

Month: October 2020

How to implement an Ionic button in Ionic 6 .?

The ionic framework provides us with lots of pre-built components, the Ionic button is one of the pre-built Ionic components. We can control the button style easily by using pre-built Ionic button attributes. Buttons allow your visitor to trigger actions on our Ionic project, from launching and uploading the form data to the server, routing […]

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 an ionic skeleton text in Ionic 5

The Ionic skeleton text component is designed to be used directly in our ionic application and it indicates to the user that data is coming but not yet available. is still loading. It can replace our content while the data is still loading and it is useful for a good user experience. Many popular social […]

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 […]

Scroll to top