You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/techniques/http-module.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ export class CatsService {
150
150
151
151
#### Full example
152
152
153
-
Since the return of `HttpService` is an Observable, we can use `rxjs``firstValueFrom` or `lastValueFrom` to retrieve the data of the request in the form of a promise.
153
+
Since the return value of the `HttpService`methods is an Observable, we can use `rxjs` -`firstValueFrom` or `lastValueFrom` to retrieve the data of the request in the form of a promise.
0 commit comments