Posts by RWilhelm • 11 points
1 post
-
0
votes1
answer91
viewsQ: Http to Httpclient (Angular)
I’m trying to update the requisitions Http for HttpClient in Angular. Currently the code is: return this.http.get(`${this.url}/grupos`).map(res => res.json()); After researches I’m trying to…