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

If defined at app.module, feature module doesn't work #202

@bhaidar

Description

@bhaidar

Hi,
I have this module defined at the app.module. My service calls to the server are placed in a feature module that is lazily loaded.
For some reason, im getting always that the url http://localhost:4200/api/documents is not found 404

I've defined the in-memory service to return "{ documents }"

"Http failure response for http://localhost:4200/api/documents: 404 Not Found"

I also made sure I am using the following version as I am using Angular 5.X
"angular-in-memory-web-api": "0.5.4",

Any idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions