Skip to content

Commit a59db60

Browse files
Update content/fundamentals/provider-scopes.md
1 parent 7d946f9 commit a59db60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/fundamentals/provider-scopes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ export class HelloService {
121121
}
122122
```
123123

124+
And then use it as follows:
125+
124126
```typescript
125127
import { Injectable } from '@nestjs/common';
126128
import { HelloService } from './hello.service';

0 commit comments

Comments
 (0)