Currently, I am delving into code analysis and utilizing the tool to interrogate the code of a Java application. I have successfully been able to query all the feign clients and establish relationships between a specific set of jar files, allowing me to generate a dependency matrix based on the code, which I find quite fascinating. However, I am in search of a similar tool that can perform the same process but for TypeScript code, specifically within an Angular 8+ application. Given that we have numerous micro-apps (both backend and frontend), I am keen on constructing a code-based dependency matrix.
Thank you in advance for any suggestions!