diff --git a/aio/content/guide/http.md b/aio/content/guide/http.md index c1a32e9687..55d6f25343 100644 --- a/aio/content/guide/http.md +++ b/aio/content/guide/http.md @@ -407,6 +407,9 @@ like the Observable-based version. +First, make sure to import the `toPromise` operator of the RxJS library. + + Here is a comparison of the `HeroService` using Promises versus Observables, highlighting just the parts that are different.