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 bb0bf4a commit 9faff77Copy full SHA for 9faff77
content/fundamentals/provider-scopes.md
@@ -119,7 +119,7 @@ export class HelloService {
119
console.log(`${this.parentClass?.constructor?.name}: ${message}`);
120
}
121
122
-````
+```
123
124
```typescript
125
import { Injectable } from '@nestjs/common';
@@ -135,7 +135,7 @@ export class AppService {
135
return 'Hello world!';
136
137
138
139
140
In the example above when `AppService.getRoot` is called, `'AppService: My name is getRoot'` will be logged to the console.
141
0 commit comments