I have a requirement where, when user click on a link in external application (.net framework web app) then i need to post some data to angular application.
Then that angular app will give web-api call and display the result as a pop a up int external application browser.
I know angular is for client side and it can not accept post request.
If i call api directly from external app then api will return the data but how should i bind the data to angular component so that it could be displayed as a pop up in external app.?