I am using Angular for the frontend and node.js for the backend.
The problem is that in my Angular web app I want to open another web app, which uses JavaScript and only the noscript content gets printed out.
I want to accomplish so that in my Angular Web app when I fill out the required fields a popup window opens up which using XHR (HttpClient) opens up the other web app, which is written in Javascript+HTML5+CSS3.
How do I accomplish this? I already tried writing a component, which opens up the web app over XHR (HttpClient).