Skip to content

Commit 124d05f

Browse files
author
Mick Lawitzke
authored
Update components.md
1 parent 55682f9 commit 124d05f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

content/components.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,9 @@ This is how our directory structure should look now:
206206

207207
#### Manual instantiation
208208

209-
Thus far, we've discussed how Nest automatically handles most of the details of resolving dependencies. In certain circumstances, you may need to step outside of the built-in Dependency Injection system and manually retrieve or instantiate providers. We briefly discuss two such topics below.
209+
Thus far, we've discussed how Nest automatically handles most of the details of resolving dependencies. In certain circumstances, you may need to step outside of the built-in Dependency Injection system and manually retrieve or instantiate providers. We briefly discuss two such topics below.
210210

211211
To get existing instances, or instantiate providers dynamically, you can use [Module reference](https://docs.nestjs.com/fundamentals/module-ref).
212212

213213
To get providers within the `bootstrap()` function (for example for standalone applications without controllers, or to utilize a configuration service during bootstrapping) see [Standalone applications](https://docs.nestjs.com/standalone-applications).
214214
To get existing or instantiate providers dynamically you can use [Module reference](https://docs.nestjs.com/fundamentals/module-ref).
215-
216-
#### Get providers inside bootstrap()
217-
To get providers within the `bootsrap()` function, e.g. for standalone applications without controllers, see [Standalone applications](https://docs.nestjs.com/standalone-applications)
218-
219-
#### Get / Instantiate providers dynamically

0 commit comments

Comments
 (0)