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

angular/in-memory-web-api

The code for this project has moved to the angular/angular repo. This repo is now archived. observed · 2026-08-28

github.com/angular/in-memory-web-api · TypeScript · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: 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: 3780
  • days_rel: n/a
  • days_push: 2301
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1166 stars · 224 forks observed · 2026-08-28

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

An Angular library that intercepts Http and HttpClient requests and redirects them to an in-memory data store, emulating a REST API with CRUD operations. It is intended for demos, prototypes, and tests rather than production use, and the code has since moved into the angular/angular repo.

Use cases

  • simulate a REST backend for Angular demo apps without running a server
  • prototype CRUD apps quickly before building a real API
  • share live Angular examples on Plunker or CodePen
  • unit test apps that read and write data with a resettable data store
  • run end-to-end tests in CI without touching a real database
  • stub out collections not yet implemented on a dev server

When to choose

  • building Angular demos, tutorials, or prototypes that need fake CRUD persistence
  • writing Angular unit or e2e tests that need consistent in-memory HTTP responses
  • sharing runnable Angular examples in browser coding environments

When to avoid

  • production applications needing a real backend
  • projects needing faithful emulation of complex real-world web APIs
  • teams needing active maintenance or stable guarantees - the repo is archived and always experimental

Facets

library · maturity abandoned

mocking http-client testing e2e-testing web-development frontend testing developer-tools cross-platform angular in-memory-database http-interceptor mock-api rest crud-simulation archived web-server nodejs

1 source

Member repositories

RepositoryRoleHealth v2
angular/in-memory-web-apimain10

For agents

markdown · JSON · MCP: product_card(name="angular/in-memory-web-api")

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