Posts by Bruno Lourenço • 31 points
3 posts
-
1
votes0
answers29
viewsQ: Request entering infinite loop with Httpclient
I’m getting a get for my local API but the service method seems to loop running countless requests to the server I have the app.component.html and inside I have the following code <div…
angularasked Bruno Lourenço 31 -
0
votes1
answer101
viewsA: I get 404 code at a PUT but GET works normally: {body: {...}, url: "api/modes/1", headers: Httpheaders, status: 404, statusText: "Not Found"}
Updating: I uninstalled the package angular in memory api, this lib was used to intercept HTTP requests and simulate responses, but unfortunately using it in this project Angular 9 did not work in…
-
0
votes1
answer101
viewsQ: I get 404 code at a PUT but GET works normally: {body: {...}, url: "api/modes/1", headers: Httpheaders, status: 404, statusText: "Not Found"}
I am a student and beginner in Angular and at the moment I will continue to use PTO in a project, but before that I am preparing CRUD methods so I can work on them, so I am going through request…