Closed patrickbussmann closed 6 years ago
See https://angular.io/api/common/http/HttpParams#set. The set function will return the HttpParams object which must be used later.
set
HttpParams
Normally there is a fromObject function but it's only for angular 5. So this solution is good for all :+1:
fromObject
Fixes:
Short description of what this resolves:
See https://angular.io/api/common/http/HttpParams#set. The
set
function will return theHttpParams
object which must be used later.Normally there is a
fromObject
function but it's only for angular 5. So this solution is good for all :+1:Changes proposed in this pull request:
Fixes:
140