I've just setup a brand new Angular Universal project. For now I'm just calling a basic public api.
When I run npm run build:ssr && npm run serve:ssr and visit http://localhost:4000 I can see the api data physically on the html page, however I notice that api request still gets shown within the network tab. How come? I thought that request was being sent on the node side therefore I wouldn't be seeing this.