Change Obsevable into Observable

closes #653
This commit is contained in:
Emmanuel DEMEY 2016-01-05 21:36:29 +01:00 committed by Ward Bell
parent d0b325faaa
commit c3c8c13748
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ figure.image-display
The Async pipe saves boilerplate in the component code.
The component doesn't have to subscribe to the async data source,
it doesn't extract the resolved values and expose them for binding,
and (in the case of Obsevable stream sources like `EventEmitter`)
and (in the case of Observable stream sources like `EventEmitter`)
the component doesn't have to unsubscribe when it is destroyed
(a potent source of memory leaks).