docs(toh-4): reword the getHeroesSlowly instructions
closes #1011 rewording to: "replace `_heroService.getHeroes` with `_heroService.getHeroesSlowly`"
This commit is contained in:
parent
3ec0e7147b
commit
56ed5e345c
|
@ -384,7 +384,7 @@ code-example(format="." language="html").
|
|||
Like `getHeroes`, it also returns a promise.
|
||||
But this promise waits 2 seconds before resolving the promise with mock heroes.
|
||||
|
||||
Back in the `AppComponent`, swap `_heroService.getHeroesSlowly` for `_heroService.getHeroes`
|
||||
Back in the `AppComponent`, replace `_heroService.getHeroes` with `_heroService.getHeroesSlowly`
|
||||
and see how the app behaves.
|
||||
|
||||
.l-main-section
|
||||
|
|
Loading…
Reference in New Issue