HTTP Services | Http > HttpClient

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.

Hey, not sure if you are still struggling with this, but if you could include some code snippets, it would be much easier to help.

Something like, here’s my typescript:

export class Blah {
  constructor(...) { ... }
}

And here’s the HTML:

<div *ngIf="...">...</div>

Then the complete error message from the console, etc.