DEV Community

Discussion on: Will Angular Universal get along with httpClient?

Collapse
 
jerintk profile image
Jerin Kuriakose

The issue is solved. The problem was with the URL which is used to fetch the data. This angular.io/guide/universal#using-a... helped me from that. Now the page is rendering completely.

Also please remember to add the


 in the

 ```app.module.ts```

 file rather than adding to a NgModule.
Enter fullscreen mode Exit fullscreen mode
Collapse
 
jdgamble555 profile image
Jonathan Gamble

Indeed - I found a way around it here.