I have a function that receives data
getAll(params) { return this.http.get(url).pipe(map(data => { return data }) })
In this.http.get