I need to send http post request at Angular9 app and catch data from a javascript file with ajax javascript. Problem occured bc of i'm running two different ports in a application on the frontend side and need to send data between these two ports. One side of app is angular , other side is javascript. Could you recommend to me some documentation or advice?