I have used the exercise at Mosh Coding Made Simple Tutorial for HTTP Services and
I am using the angular 13, and I changed the code http:Http to http:HttpClient
I am getting the data from external server, https://jsonplaceholder.typicode.com/posts
the objects are loading in the console but not loading in the DOM and getting this error as comments.
" bindings={
“ng-reflect-ng-for-of”: “”
} "
please help.