Skip to content

Commit 386b837

Browse files
authored
docs: remove unnecessary titles
1 parent 8635c61 commit 386b837

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

content/fundamentals/discovery-service.md

-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
The `DiscoveryService` is a utility provided by `@nestjs/core` that allows developers to dynamically discover providers, controllers, and other metadata within a NestJS application. This can be particularly useful for building plugins, decorators, or features that rely on runtime introspection.
44

5-
6-
### Import Module & Service
7-
85
Before using the `DiscoveryService`, you need to import the `DiscoveryModule` in your module:
96

107
```typescript
@@ -40,8 +37,6 @@ export class ExampleService {
4037

4138
> info **Hint** The `DiscoveryService` class is imported from the `@nestjs/core` package.
4239
43-
### Use Cases
44-
4540
#### Discovering Providers
4641

4742
You can retrieve all registered providers in the application:

0 commit comments

Comments
 (0)