Category Angular

qr-code-in-angular

How To Generate QR Code In Angular

How To Generate QR Code In Angular: In the modern digital era, QR codes have become essential for quickly sharing information through a simple scan. QR codes provide a versatile solution for marketing purposes, linking to a website, or sharing…

custom pipe in angular.

Custom Pipe Example In Angular.

Custom Pipe Example In Angular. This tutorial will show you how to create an Angular Custom Pipe. It is handy if we want to reuse some logic across our applications. It allows us to change the format in which data…

Angular Code Review Checklist.

Angular Code Review Checklist.

Introduction: Code review is a process where developers have their work reviewed by their peers to check the code’s quality and functionality. In the case of Angular, there are specific points that we must check to ensure code effectiveness, which…

Angular Dropdown With Search And Multi Select.

Angular Dropdown With Search And Multi Select.

In this post, we will learn to select dropdown with search and multi-select features. i=It’s a simple example of a dropdown with search and multi-select using ngselect. This article will implement an angular ngselect box with search and multi select.…

directive In Angular

What Are Directives in Angular?

What Are Directives in Angular?   In this article, we will learn about the angular built-in directive. It is a custom HTML attribute that changes the behavior of the DOM element and changes the DOM style. In other words, we…

Quiz-App-In-Angular

Quiz App In Angular.

This tutorial is about how to create a basic quiz app in Angular. This is a fundamental example of understanding the angular concept. Quiz application in one form or the other is becoming a general requirement for most applications these…

Client Side PDF Generation In Angular With jsPDF.

Client Side PDF Generation In Angular With jsPDF.

Client Side PDF Generation In Angular With jsPDF. In this Angular PDF tutorial, i’m getting to share with you ways to export PDF come in Angular application  exploitation the jsPDF package. we are able to generate PDF for numerous documents…

upload-image-in-angular

Upload Image In Angular With PHP

In this post, we will learn how to upload file and save as Base64 into the folder using PHP API. To convert image into Base64 we will use Angular and For API we will use PHP. There are many ways…

MultiStep-Form-In-Angular

Multi Step Form In Angular.

What Is Multi Step Form? Multi step Form is a long form broken into multi steps. It is not a multi forms rather than multi steps in a single long form. The reason behind it, short form is more easy…