Jul 20, 2022
Async pipe unsubscribes on the ondestory of the component
not all subscriptions will cause UI changes, some of them have behaind the scenes magic, for example refresh token managmgnet , or netwrok management etc...
Always include an unsubscribe method just in case, there are a plethra of solutions, from libraries to manual to do so.