You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -995,8 +995,8 @@ You can download the PDF and Epub version of this repository from the latest run
995
995
**[⬆ Back to Top](#table-of-contents)**
996
996
997
997
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:
1000
1000
1001
1001
```javascript
1002
1002
import { HttpClientModule } from '@angular/common/http';
0 commit comments