Skip to content

Commit 1c8ecf8

Browse files
committed
Update text
1 parent 5a7d16d commit 1c8ecf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Observables that don't eventually complete (for example an observable emitting a
3838
since the callback logic from the destroyed component still runs (infinitely) in the background otherwise.
3939

4040
### Angular HttpClient
41-
The Angular HttpClient creates an observable that eventually completes. Therefore the same applies.
41+
The Angular HttpClient creates an observable that eventually completes. Therefore it is prone to unwanted side effects
42+
but not to memory leaks.
4243

4344
### Angular ActivatedRoute
4445
For observables from the ``ActivatedRoute`` you do not have to unsubscribe manually.

0 commit comments

Comments
 (0)