Giter VIP home page Giter VIP logo

Comments (5)

wardbell avatar wardbell commented on July 19, 2024

Not enough information to answer. I can only assure you that all apps known to us (including all doc samples) are working fine and that all functional changes were additions. You'll have to compare what is different between your old and new app. Look at package.json and inspect node_modules to see that it conforms. Look at your ES import statements. Look for all mentions in your app of angular2-in... ... there should be NONE.

from in-memory-web-api.

pmcalabrese avatar pmcalabrese commented on July 19, 2024

@wardbell Thx. I can provide more information, absolutely no problem. I can ensure that there are no other mentions of angular2-in-memory-web-api.

I simply switched from angular2-in-memory-web-api to angular-in-memory-web-api and it's not working anymore. Can you point me an app bootstrapped with angular-cli that use angular-in-memory-web-api?

from in-memory-web-api.

wardbell avatar wardbell commented on July 19, 2024

I don't use the CLI, sorry. Not yet. But I see no reason why that should matter. All of the documentation samples use the angular-in-memory-web-api. Please review them.

from in-memory-web-api.

mentlsve avatar mentlsve commented on July 19, 2024

@pmcalabrese One explanation for your output could be that HttpModule is imported after InMemoryWebApiModule.forRoot(InMemoryDataService). In this case you try to call the "real" API endpoint which does not exist.

Always import the InMemoryWebApiModule after the HttpModule to ensure that the XHRBackend provider of the InMemoryWebApiModule supersedes all others.

from in-memory-web-api.

wardbell avatar wardbell commented on July 19, 2024

Closing as old and not reproducible. @mentlsve may have provided your answer.

from in-memory-web-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.