public getData(p: ValueList) { return this.httpClient.get(`${url}`, { params: new HttpParams({ fromObject: p}) }); }