Exmaple usage:
- Add this piece of code in your angular application's main.ts, above the bootstrap call
- Execute
subscriptions.clear()
in the console, because a lot of subscriptions are created at bootstrap time - Trigger the actions you want to investigate
- Copy the subscriptions map to prevent changes while you're investigating
- Investigate