Latest Posts

Adding a Scroll to Top button in Angular

In this article, we will talk about Adding a Scroll to the Top button in the Angular application. Sc..

How to Implement Lazy Loading in Angular

Angular provides a great feature to implement multiple modules in Angular which is very much necessary for large front-end applications build by Angular.

Implementing multiple modules provides many benefits and below are the same

  • Decrease Load Time.
  • Improved Performance.
  • Separation of Concerns
If you create the code bundle in Angular to deplo..
How to configure Complex or Dynamic Routing in Angular Application

Routing is a very powerful concept in Angular and the @angular/router library package enables navigation from one component to another as the user performs application tasks.

<..

How to Add Header in the request in the Angular via HttpInterceptor

Every front-end application requires some kind of backend to get the data and display the same in UI and Angular which is a very popular front-end framework that also requires the backend calls to do multiple operations. In the actual real-time application we may require to edit requests like adding headers/Logs the request or response, etc...

Angular provides a feature to intercept the r..

How to implement Google reCAPTCHA in Angular

In this article, we will discuss how to implement Google reCAPTCHA in Angular. Google reCAPTCHA i..