0
Q:

object map of the http parameters mutually exclusive with fromString

let httpParams = new HttpParams({ fromObject: { aaa: 111, bbb: 222 } });
0
getCountries(data: any) {
    return this.httpClient.get("/api/countries", {params: data})
}
0

New to Communities?

Join the community