gsklee/ngStorage
localStorage and sessionStorage done right for AngularJS. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4806
- days_rel: n/a
- days_push: 2907
- n_releases_24m: 0
Adoption not part of the score
2315 stars · 452 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ngStorage is an AngularJS module providing $localStorage and $sessionStorage services that make Web Storage work reactively 'the Angular Way'. Changes to storage objects are automatically synced and persisted without manual getters and setters.
Use cases
- persist AngularJS app state across page reloads
- store user preferences in localStorage with two-way binding
- use sessionStorage for per-tab temporary data in AngularJS
- sync scope variables to browser storage automatically
- set default values for browser storage keys
When to choose
- you maintain a legacy AngularJS 1.x app needing simple Web Storage integration
- you want reactive localStorage/sessionStorage binding without boilerplate accessors
When to avoid
- you use Angular (2+), React, Vue, or any modern framework - this is AngularJS-only
- you need cookie fallback for very old browsers
- you need an actively maintained library - last release was 2018
Facets
library · maturity abandoned
state-management caching web-development frontend developer-tools browser angularjs localstorage sessionstorage web-storage browser-storage javascript
2 sources
- readme: https://github.com/gsklee/ngStorage · fetched 2026-08-28 · fa77387ba614
- registry_npm: https://registry.npmjs.org/ngstorage · fetched 2026-08-29 · 2f71e56d9480
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gsklee/ngStorage | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="gsklee/ngStorage")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem