Category: Angular 12
In this article, we learn how to text animation in angular. In this article, we create examples set by step. First, we need to install Angular CLI. To install …
In this article, we learn how to add mobile and URL validation using reactive forms angular. In this article, we create examples set by step. First, we need to …
In this article learn how to swiper touch image slider in angular. For that, we need to use the “ngx-useful-swiper” library to implement. Let’s start first creating new application …
In this article, we learn how to integrate Owl Carousel in angular application. for that first, we need to help with “ngx-owl-carousel-o” library. Let’s install the module run below …
In the last article we used jQuery as sortable in this article we discuss sortable using “ngx-bootstrap”. For that first we need to install “ngx-bootsrap” run below command npm …
In this article we discuss how to use jQuery in angular and then implement sortable the items in angular application. First we need to import jQuery and jQuery-ui add …
In these article I have discuss about how to store cookie in browser in angular application How to set, read and delete cookie for the application. First we need …
In this article, I discuss how to integrate multiple image uploads in our angular application. For that first, we need to install a module called “angular2-image-upload” using the below …
In this article, we will learn how to generate QR Code in Angular Using angularx-qrcode for our application. Let’s create a new project to implement QR Code in angular …