'List all outgoing REST calls made from my angular app

I have a angular application running locally. It calls n other endpoints internally to other services and fetches the data as and when user navigates. I want a list of all such REST endpoints used within the application. Is there any tool or scanner I can use.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source