#I am Using sharePlay still my browser calls same API am i missing something ?

8 messages · Page 1 of 1 (latest)

subtle shard
#

Please Help

alpine tartan
#

Also don't post pictures with code

#

I can't help you

subtle shard
alpine tartan
#

yeah Observable in constructor

#

and with the method to return same observable

#
constructor()
{
this.obs$ = http.get......pipe(shareReplay(1))
}

public getObs()
{
  return obs$;
}