Skip to content

Commit e98c8f0

Browse files
Merge pull request #1423 from getspooky/my-dev-branch
feat(techniques): Add ConfigService Hint Description
2 parents f20225d + 6962662 commit e98c8f0

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)