Getting error making a API call(using mergeMap) from the result array of forkJoin and need the combinedResult in Angular
Currently I am making 3 different API calls which are below like this:- //API Call1 getUserById(id){ return this.http .get(`${environment.userAPI}/user/${Id}`, { headers: this.headers }) ….