Author: Jugal Rana
In this article, we’ll learn how to implement lazy loading images in an Angular application. Lazy Loading: Lazy Loading Images is a technique, where we delay the loading of …
In this article, we’ll learn how to implement results display as an infinite scroller in Angular application. Its also called load more data. after a certain amount of scrolling …
In this article, we’ll learn how to display page navigation for data display as a table format in Angular application. PageNavigation (Paging): It display data in tabular form with …
In this article, we learn how to promise work when we use promises in our application. A promise is a TypeScript object which is used to write asynchronous programs …
In this article, we learn how to integrate a video player in an angular application. For integration, we used “ngx-videogular” npm package in our application. ngx-videogular Videogular is a …
In this article we discuss events type in Angular so we can easily bind that event and communicate with your application. Events help to trigger an action on specific …
In this article, we discuss how to create drag & drop in angular using angular material. Let’s create a new project for Drag and Drop in angular for that …
In this article, we discuss how to add PWA in our application. A few days ago we discuss on whats is a feature of the PWA and why we …
In this article, we’ll learn how to display a popup notification(alert notification) using sweetalert2 in Angular application. Let’s create a new project to display the popup notification for that …
In this article, we discuss how to set up the sign-up & sign-in using email authentication using firebase in Angular. To set up a firebase Project follow the article. …