Posts by Desenv Junior • 21 points
2 posts
-
0
votes1
answer26
viewsQ: Delete record using NGRX and effects
I’m studying state management and while trying to delete a record by hitting my endpoint, the value of id is going "Undefined". Component this.store.dispatch(DELETE_COMANDA(comandaId)); Actions:…
-
-1
votes3
answers229
viewsQ: Angular HTTP subscribe does not return Sponse
I created a service to hit my API and return all orders according to certain type params. When I try to assign the return to my Component, it does not return me an array of results, it returns me a…