You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Obviously, angular-in-memory-web-api has not been developing for a long time. However, as statistics show on npmjs.com, it is downloaded more than 50K times a week.
So I decided that this module is needed by people and should continue to be developed. Please consider an alternative - @ng-stack/api-mock.
The text was updated successfully, but these errors were encountered:
The last commit in this repository was Jun 20, 2019, but look at this commit
Bump Angular dependencies to 8.x and TypeScript to 3.4.x
Update peerDependencies to version 8 and forward
Add build:lib script to package.json
And before that was the release of 0.8.0 Dec 22, 2018. And even if this module is still being developed, there has been warning:
The in-memory-web-api exists primarily to support the Angular documentation. It is not supposed to emulate every possible real world web API and is not intended for production use.
At the same time, the @ng-stack/api-mock module currently has the functionality many people have been asking for:
hierarchical data collection
custom primary key named other than id, and this primary key is optional
custom search with queryParams
store api mock data in localStorage
record request and response in the browser console.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Obviously,
angular-in-memory-web-api
has not been developing for a long time. However, as statistics show on npmjs.com, it is downloaded more than 50K times a week.So I decided that this module is needed by people and should continue to be developed. Please consider an alternative - @ng-stack/api-mock.
The text was updated successfully, but these errors were encountered: