
:dango: Smart angular HTTP interceptor - Intercepts automagically HTTP requests and shows a spinkit spinner / loader / progress bar
The ng-http-loader is a powerful library designed for Angular applications, enhancing user experience by providing a smooth loading interface during HTTP requests. This package seamlessly integrates with Angular's HttpClient, displaying spinner components that indicate when an application is processing data. With an emphasis on customization and ease of use, ng-http-loader makes it simple for developers to offer a polished and professional touch to their applications.
The integration process is straightforward, making it suitable for both new and existing Angular projects. Whether you want to stick with the default spinner or create a custom one, this library accommodates various requirements, ensuring your application's loading behavior aligns with your design vision.

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.