Tag Archives: tech blog

Customizing Axes in Syncfusion Flutter Charts

Syncfusion is a software company that provides a wide range of components and tools for building cross-platform applications, including Flutter. They offer a set of Flutter widgets, including charts, to help developers create interactive and visually appealing data visualizations in their Flutter applications. Syncfusion’s Flutter charts also provide a wide range of customization options, interactivity 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 »