Answer the question
In order to leave comments, you need to log in
RxJS how to return request cache and make new request?
Hello.
I have a request in a service:
getOrderGSInfo(): Observable<OrderInfoGame[]> {
return this.http
.get<OrderInfoGame[]>(`${environment.api.url}billing/gs/order`)
}
this.billingService.getTestGSInfo().subscribe(next, error)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question