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 5693609 commit 4776232Copy full SHA for 4776232
content/application-context.md
@@ -79,7 +79,6 @@ Then you can select that module later on:
79
const configService = app.select(dynamicConfigModule).get(ConfigService, { strict: true });
80
```
81
82
-this is because we didn't registered the static version of `ConfigModule`, only the dynamic version.
83
84
#### Terminating phase
85
0 commit comments