We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7d16d commit 1c8ecf8Copy full SHA for 1c8ecf8
README.md
@@ -38,7 +38,8 @@ Observables that don't eventually complete (for example an observable emitting a
38
since the callback logic from the destroyed component still runs (infinitely) in the background otherwise.
39
40
### Angular HttpClient
41
-The Angular HttpClient creates an observable that eventually completes. Therefore the same applies.
+The Angular HttpClient creates an observable that eventually completes. Therefore it is prone to unwanted side effects
42
+but not to memory leaks.
43
44
### Angular ActivatedRoute
45
For observables from the ``ActivatedRoute`` you do not have to unsubscribe manually.
0 commit comments