Analysis updated 2026-08-15 · repo last pushed 2017-04-03
Show a loading bar while your Angular app fetches large amounts of data.
Give users visual feedback during image-heavy page loads so the page doesn't feel frozen.
Add a polished, responsive feel to slow-loading Angular pages with minimal effort.
| pleerock/ngx-loading-bar | abhi-arya1/riff | andersondanieln/hexllama | |
|---|---|---|---|
| Stars | 13 | 13 | 13 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | 2017-04-03 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | hard | easy |
| Complexity | 2/5 | 4/5 | 2/5 |
| Audience | developer | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Unmaintained project, you will need to fork and update it for newer Angular versions yourself.
ng2-loading-bar is a visual component for Angular web apps that shows a thin progress bar at the top of the page while content is loading. If you've ever watched a slim colored stripe crawl across the top of a webpage while waiting for it to open, this project helps you build exactly that experience. After installing the package, a developer drops the loading bar component near the top of their page layout. They can customize basic properties like the bar's color, height, and how fast the animation moves. Behind the scenes, the component pairs with a service that lets the app programmatically control the bar, starting, stopping, resetting, or marking it complete whenever the underlying data is ready. This means the bar doesn't just animate on its own, the application tells it when to start and finish based on real events like a data fetch finishing. Someone building an Angular application who wants to give users visual feedback during slow page loads would use this. For example, if your app pulls in a lot of data or images and the screen feels frozen for a few seconds, adding this bar reassures users that something is happening and the page hasn't crashed. It's a small touch that makes an app feel more responsive and polished without requiring much effort. One notable thing: the project explicitly states it is for demonstration purposes and is not maintained. Anyone wanting to use it would need to fork the repository and maintain their own version rather than relying on the original author for updates or bug fixes.
An Angular component that shows a slim animated progress bar at the top of a webpage while content is loading, giving users visual feedback during slow page loads.
Mainly TypeScript. The stack also includes Angular, TypeScript.
Dormant — no commits in 2+ years (last push 2017-04-03).
No license information is provided in the repository.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.