Tag Archives: angular

Building Multi-Language Support in ReactJS- Weekly Blog

Building Multi-Language Support in React: Techniques for Globalization

In today’s global marketplace, web applications need to be accessible to users from different linguistic and cultural backgrounds. Building multi-language support (also known as localization and internationalization) into React applications is a critical step toward making your web apps ready for a global audience. This blog will walk through the concepts of localization and internationalization Continue Reading »

Interceptor in Angular

What is an interceptor in angular? Interceptors are a unique type of Angular Service that we can implement. Interceptors allow us to intercept incoming or outgoing HTTP requests using the HttpClient. By intercepting the HTTP request, we can modify or change the value of the request. Interceptors are basic building blocks for Angular service so Continue Reading »