Skip to content

Commit

Permalink
Merge pull request #82 from varshithrajbasa/master
Browse files Browse the repository at this point in the history
fix typo "available"
  • Loading branch information
sudheerj authored Oct 1, 2023
2 parents e39efe7 + bc83e26 commit d29a2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@
**[⬆ Back to Top](#table-of-contents)**

36. ### What is HttpClient and its benefits?
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.
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 available from `@angular/common/http` package.
You can import in your root module as below:

```javascript
Expand Down

0 comments on commit d29a2a6

Please sign in to comment.