Is it possible to do server side rendering with angular and hide the HTTP requests for the user, aka do the http requests on the server side ?
I have created an api but I do not want to expose it to the outside world, I do not want that you can see the response data in the network tab.
So is it possible with angular to do this or do i need to use a different framework to achieve this ?