My question is very simple... I need to make a regular post request in angular 4 app, like as html form post, that is that replace the window location..because if I do it using HttpClient, this makes an ajax POST... My question is... How to make a non ajax post request in angular 4?
Many Thanks!