Skip to content

Commit 6962662

Browse files
authored
feat(techniques): Add ConfigService Hint Description
1 parent 0b48c35 commit 6962662

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/techniques/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ Then we can inject it using standard constructor injection:
136136
constructor(private configService: ConfigService) {}
137137
```
138138

139+
> info **Hint** The `ConfigService` is imported from the `@nestjs/config` package.
140+
139141
And use it in our class:
140142

141143
```typescript

0 commit comments

Comments
 (0)