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.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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.