mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
9f7bd8f618
commit
07d33d4e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -940,7 +940,7 @@ with that hero's data values.
|
|||
|
||||
A refresh button clears the hero list and the current selected hero before refetching the heroes.
|
||||
|
||||
Notice that `hero-list.component.ts` imports `Observable` and the `finally` operator, while `hero.service.ts` imports `Observable`, `of` and the `delay` operator from `rxjs`.
|
||||
Notice that `hero-list.component.ts` imports `Observable` and the `finalize` operator, while `hero.service.ts` imports `Observable`, `of`, and the `delay` operator from `rxjs`.
|
||||
|
||||
The remaining `HeroListComponent` and `HeroService` implementation details are beyond the scope of this tutorial.
|
||||
However, the techniques involved are covered elsewhere in the documentation, including the _Tour of Heroes_
|
||||
|
|
|
|||
Loading…
Reference in a new issue