We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4b59e commit dd29accCopy full SHA for dd29acc
README.md
@@ -33,6 +33,12 @@ This library is inspired by the HTTP interface in Spring 6 and provides a simila
33
$ npm install @r2don/nest-http-interface
34
```
35
36
+If you have not installed `class-transformer`, you need to install it:
37
+
38
+```bash
39
+$ npm install class-transformer
40
+```
41
42
## Usage
43
44
First, the module we created must be imported into `AppModule.ts`:
0 commit comments