npm-package

Exceljs in Angular 13 Example – How to use ExcelJS in Client-Side App

The ExcelJS library is known for creating the XLSX document with lots of features to format and apply dynamic formats. This library is mainly used for server-side generation of XLSX documents and is also created in the same sense. In this Angular tutorial, we will learn How to export JSON data into XLSX / Excel […]

Exceljs in Angular 13 Example – How to use ExcelJS in Client-Side App Read More »

How to Pass data, Open React-Modal from Parent Functional Component

This example tutorial will teach how to open the React Modal component in the child functional component. We will handle the OpenState of Modal from the parent component and pass dynamic data from parent to child. Moreover, the react-modal component will pass back data to the parent after the modal is closed.

How to Pass data, Open React-Modal from Parent Functional Component Read More »

Extract ZIP File in Angular 12 in package.json Node Script

In this Angular tutorial, you will learn how to extract the ZIP file during npm script execution in the package.json or node commands. You will go through each step to be followed to use a third party plugin named extract-zip to achieve this functionality in your Angular application. Angular applications may consist of a few

Extract ZIP File in Angular 12 in package.json Node Script Read More »

[Resolved] Warning: react-modal: App element is not defined. Please use `Modal.setAppElement(el)` or set `appElement={el}`

When using the react-modal package component, we see a Warning message in the console saying: Warning: react-modal: App element is not defined. Please use `Modal.setAppElement(el)` or set `appElement={el}`

[Resolved] Warning: react-modal: App element is not defined. Please use `Modal.setAppElement(el)` or set `appElement={el}` Read More »

Angular 14 Export HTML Table as PDF, Image, XLSX, JSON using ngx-export-as

This tutorial will explain how to export HTML tables or nearly any content such as PNG Image, PDF, JSON, xlsx, txt, etc., without any hassles in the Angular application. We can easily export the HTML table or site elements into various file formats, including PDF, Images, JSON, etc., using the ngx-export-as plugin. This helps us

Angular 14 Export HTML Table as PDF, Image, XLSX, JSON using ngx-export-as Read More »

[Resolved] ERR! cb() never called! Error with npm itself? SOLVED

In this post, I will discuss solutions for a very common nightmare level issue faced by almost every node developer. This issue generally appears while installing the npm packages for a new project setup or sometimes an existing one. The error that strikes and leave you in a head hitting situation reads like this: npm

[Resolved] ERR! cb() never called! Error with npm itself? SOLVED Read More »

Infinite Scroll in React using react-infinite-scroll-component

Infinite scrolling data can be implemented in react js app by using the react-infinite-scroll-component library. We will create a sample application to demonstrate the Infinite scroll feature using the remote server. Infinite scrolling is a popular user interface design pattern used on modern web applications. It allows users to load more data as they scroll

Infinite Scroll in React using react-infinite-scroll-component Read More »

Angular 12 Tree View List Example – Expand Collapse, Checkboxes using ngx-treeview

Tree View component in Angular app with checkboxes example; In this Angular tutorial, we’re going to discuss how to create a dynamic Tree View list with parent-child relation having the expand/ collapse feature where each list can have checkboxes to check to uncheck its child items. Moreover, we can also have a filter search filter

Angular 12 Tree View List Example – Expand Collapse, Checkboxes using ngx-treeview Read More »

React 17 Bootstrap Table Pagination using react-bootstrap-table-next Example Tutorial

In this React 16+ tutorial, we’ll learn how to implement Bootstrap Table with pagination, filter …….. in React js application by using the react-bootstrap-table2 package. Bootstrap tables catch a lot of eyeballs when we need a table grid in the application. In today’s tutorial, we’ll learn how to add a Bootstrap table in React application

React 17 Bootstrap Table Pagination using react-bootstrap-table-next Example Tutorial Read More »

Angular 12 Skeleton Loader Gray Animation Effect Like Facebook on List, Images etc.

In this Angular tutorial, we’ll learn how to implement an animated gray effect to display loader elements to indicate progress in Angular 12 application. The skeleton loaders depict the placeholder of the same structure for data going to be loaded. This type of skeleton loader got popularity when first seen in Facebook applications. The skeleton

Angular 12 Skeleton Loader Gray Animation Effect Like Facebook on List, Images etc. Read More »

Angular 12 PDF Viewer Example – ng2-pdf-viewer – Embed PDF Document in Component

Angular pdf viewer example is going to be discussed; In this Angular tutorial, we are going to discuss how to embed a PDF document viewer in Angular 10 9 8 7 6 5 4 application with the help of ng2-pdf-viewer package. Popular browsers like Chrome and Firefox come with a built-in PDF viewer, which provides

Angular 12 PDF Viewer Example – ng2-pdf-viewer – Embed PDF Document in Component Read More »

Angular 10|9 Tree Structure Parent-Child with Checkboxes and Expand/ Collapse using angular-tree-component

Tree view with expand collapse having parent-child in Angular example; In this Angular tutorial, we’ll learn how to create a Tree structure with a parent-child hierarchy. With expanding collapse arrow and checkbox feature in Angular 10/9/8/7/6/5/4 application by using the @circlon/angular-tree-component package module. Tree Structure are used to represent a dense hierarchy of items having a

Angular 10|9 Tree Structure Parent-Child with Checkboxes and Expand/ Collapse using angular-tree-component Read More »

Angular 10|9 Generate/ Create QR Code using angular2-qrcode Tutorial with Example

In this Angular tutorial, we’ll learn how to implement a QR Code generator in Angular 10/9/8/7/6/5/4 application by using the angular2-qrcode package module. QR codes can be used for many real-world applications like sharing of data, location, product info, etc. These can be quickly scanned to reveal the encoded information. QR codes are square encoded patters

Angular 10|9 Generate/ Create QR Code using angular2-qrcode Tutorial with Example Read More »