# HTTP Services | Http \> HttpClient

**URL:** https://forum.codewithmosh.com/t/http-services-http-httpclient/10937
**Category:** Angular
**Created:** [February 25, 2022, 9:06pm UTC](https://forum.codewithmosh.com/t/http-services-http-httpclient/10937 "2022-02-25T21:06:24Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![smahmoodi](https://avatars.discourse-cdn.com/v4/letter/s/a587f6/32.png) [@smahmoodi](https://forum.codewithmosh.com/u/smahmoodi)
#### Post date: [February 25, 2022, 9:06pm UTC](https://forum.codewithmosh.com/t/http-services-http-httpclient/10937/1 "2022-02-25T21:06:24Z")

</div>

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](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.

---

<div class="post-metadata">

### Author: ![jmrunkle](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/jmrunkle/32/3765_2.png) [@jmrunkle](https://forum.codewithmosh.com/u/jmrunkle)
#### Post date: [May 27, 2022, 4:36am UTC](https://forum.codewithmosh.com/t/http-services-http-httpclient/10937/2 "2022-05-27T04:36:48Z")

</div>

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:

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

```

And here’s the HTML:

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

```

Then the complete error message from the console, etc.
