Skip to content

Commit 7befa1a

Browse files
Update http-module.md
1 parent 87a40c0 commit 7befa1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/techniques/http-module.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ export class CatsService {
5252
}
5353
```
5454

55+
> info **Hint** `AxiosResponse` is an interface exported from the `axios` package (`$ npm i axios`).
56+
5557
All `HttpService` methods return an `AxiosResponse` wrapped in an `Observable` object.
5658

5759
#### Configuration

0 commit comments

Comments
 (0)