Hi Akash,
First of thank you for your response and my apologies if I ask very naive question.
Here is the answer to your 2 questions.
1. Are you able to see any data that the front-end is sending to the backend in the browser devtools network tab?
Yes, as I said manually I am getting where the link and data are heading. But BurpSuite is not able to crawl those links automatically under "spider this host" option.
It is only able to crawl those urls which are at primary level and not nested which is very common in SPA based projects.
Although I found one plugin for BurpSuite named as burpkit which is a BurpSuite plugin which helps in assessing complex web apps that render the contents of their pages dynamically (JS based like Angular).
2. I don't understand when you say parse all links in Burp Suite. What do you intend to do after parsing the links?
After spidering the host, I wanted to analyse each urls response and if possible would send some of those urls in repeaters and sequencer.
Chances are developers may miss proper authentication, encryption etc in at least one of those urls.
So, more urls I would be able to crawl, more chances are to avoid false positive result that site is safe.
Additional Information
This blog also helped much in debugging Angular App manually. I hope this will help others as well.
It helped in finding one business logic flaw. I would try to share the article soon.
Regards,
Sanjeev