Closed k-jayaraman closed 3 years ago
Hello @erdkse ,
I've modified the UI little to support external apis but am unable to retrieve the user data after the hard page refresh.
getUserProfile() { return this.http.get<any>(`${environment.apiUrl}/get_user_profile`,{ headers: this.headers }) .subscribe((res: any) => { this.user = res; }) }
I can't get the this this.user values after the hard page refresh
this.user
Hard to tell the reason. But customization of the project is out of my scope.
Hello @erdkse ,
I've modified the UI little to support external apis but am unable to retrieve the user data after the hard page refresh.
I can't get the this
this.user
values after the hard page refresh