Skip to content

Commit ca79dd6

Browse files
Update README.md
- minor style updates
1 parent cf243e0 commit ca79dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -995,8 +995,8 @@ You can download the PDF and Epub version of this repository from the latest run
995995
**[⬆ Back to Top](#table-of-contents)**
996996
997997
36. ### What is HttpClient and its benefits?
998-
Most of the Front-end applications communicate with backend services over `HTTP` protocol using either `XMLHttpRequest` interface or the `fetch()` API. Angular provides a simplified client HTTP API known as `HttpClient` which is based on top of XMLHttpRequest interface. This client is avaialble from `@angular/common/http` package.
999-
You can import in your root module as below,
998+
Most of the Front-end applications communicate with backend services over `HTTP` protocol using either `XMLHttpRequest` interface or the `fetch()` API. Angular provides a simplified client HTTP API known as `HttpClient` which is based on top of `XMLHttpRequest` interface. This client is avaialble from `@angular/common/http` package.
999+
You can import in your root module as below:
10001000
10011001
```javascript
10021002
import { HttpClientModule } from '@angular/common/http';

0 commit comments

Comments
 (0)