How do I do the following with lettable operators and pipe? this.httpClient .get(url) .map((res: any) => { const …