I ran security tests for my angular application using burp tool, one of the issues that has been raised by the same is: Link manipulation (DOM-based)
The detailed explanation for the issue is provided in the below URL:
https://portswigger.net/kb/issues/00501000_link-manipulation-dom-based
As per my understanding, the links that I have used in the HTML file is creating this issue, links such as:
<link rel="stylesheet" href="assets/css/main.min.css">
How can I resolve this?