I have successfully integrated MDB Angular Dashboard template in ASP MVC application using this article https://www.mithunvp.com/angular-asp-net-mvc-5-angular-cli-visual-studio-2017/, but now the problem is that the Angular application is now not able to find the assets,
<img src="../../../../assets/img/angular-mdb.png" alt="Error 404" class="img-fluid" width="200px" height="20px">
for example the assets linked in the angular application are four levels above the component directory but now I changed the output directory in angular.json and tsconfig.json, now the output is in Scripts/libs/assets, so how do I update the path for my assets? TIA