Posts by Valdionor Junior • 11 points
2 posts
-
1
votes1
answer533
viewsA: How can I pass multiple parameters in an HTTP request at Angular 6?
Do it like this: params = params.set('Description', filter.Description); do the same with >others and see if it works. - Noobsaibot
-
-1
votes1
answer533
viewsQ: How can I pass multiple parameters in an HTTP request at Angular 6?
Below I have my class of services, but when performing the search with parameters, the parameters are not passed to the request. Can someone help me? import { HttpClient, HttpHeaders, HttpParams }…