Angular: about HttpParams – Javascript
I have written a method in Angular, and I executed it by passing the argument q='status'. However, the first console.log(params) did not include q='status', whereas the second console.log(params) included it. Why is that? getHospitalProfile(urlName: string, q: string | null =…