Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Module not found: Error: Can't resolve '@angular/http' in 'angular-in-memory-web-api' #224

Open
ManoharNuli opened this issue Dec 7, 2018 · 6 comments

Comments

@ManoharNuli
Copy link

Tour of Heroes App In memory example as mentioned in angular.io is not working.
Make this compatible with Angular 7.
Please adopt the latest http module as per latest versions of angular.
Module directory has been changed from @angular/http to @angular/common/http in the latest versions of the Angular.

@vishal423
Copy link
Contributor

There is already a PR to remove this dependency #223

Till that's merged, you need to add @angular/http to your package.json dependencies to make it work

@darkn3rd
Copy link

darkn3rd commented Dec 13, 2018

I started with Angular this month, and ran into this issue as well with Tour of Heroes tutorial.

@gentunian
Copy link

As @vishal423 says, you could workaround by adding the dependency.

This worked for me:

npm install --save-dev @angular/http

@AkatQuas
Copy link

Same issue here.
screen shot 2018-12-23 at 12 02 35

@CaerusKaru
Copy link
Member

With the release of v0.8.0, this should no longer be an issue. Please update to resolve.

@fizhar-alivia
Copy link

im continuously facing this error i.e, module not found: Error: Can't resolve 'angular-in-memory-web-api' in '\my-prod-app\src\app' Even after intalling @angular/http through cmd. My angular version is 8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants