Ross ROSS = Recommend OSS · open-source software intelligence for agents

chieffancypants/angular-loading-bar

A fully automatic loading / progress bar for your angular apps. observed · 2026-08-28

github.com/chieffancypants/angular-loading-bar · homepage · JavaScript · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4741
  • days_rel: n/a
  • days_push: 1111
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

5114 stars · 662 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A drop-in AngularJS 1.2+ module that automatically displays a loading/progress bar (with an optional spinner) whenever $http/XHR requests are in flight. It uses Angular interceptors to bundle concurrent requests and update progress without any manual state management, shipping as a tiny 2.4Kb JS file plus CSS with no jQuery dependency.

Use cases

  • show a loading bar automatically during ajax requests in angular
  • automatic progress bar for http calls in angularjs app
  • display a spinner while waiting for xhr responses
  • loading indicator for many services making independent api requests
  • track progress of multiple simultaneous xhr requests
  • add a top loading bar without manual state management

When to choose

  • You have an AngularJS 1.x app and want a zero-configuration loading indicator for all $http requests
  • You have multiple loosely-coupled services making independent XHR calls and don't want to wire up loading state by hand
  • You need a tiny, jQuery-free, CSS-styled progress bar with optional spinner and 100% test coverage

When to avoid

  • You're building with modern Angular (2+) rather than AngularJS 1.x
  • Your requests bypass $http (e.g., fetch or third-party clients), since interceptors won't see them
  • You need highly custom or per-request loading UI beyond a top bar and spinner

Facets

library · maturity maintenance

ui-components animation web-development frontend browser angularjs loading-bar progress-bar xhr-interceptor http-interceptor spinner zero-config

3 sources

Member repositories

RepositoryRoleHealth v2
chieffancypants/angular-loading-barmain10

For agents

markdown · JSON · MCP: product_card(name="chieffancypants/angular-loading-bar")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem