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 'httpClientModule' in 'the app.module.ts' file rather than adding to a NgModule.