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 d69af3b commit c04affcCopy full SHA for c04affc
content/faq/errors.md
@@ -11,7 +11,7 @@ Nest can't resolve dependencies of the <provider> (?). Please make sure that the
11
12
Potential solutions:
13
- Is <module> a valid NestJS module?
14
-- If <unknown_token> is a provider, is it part of the current <module>?
+- If <unknown_token> is a provider, is it part of the current <module>?
15
- If <unknown_token> is exported from a separate @Module, is that module imported within <module>?
16
@Module({
17
imports: [ /* the Module containing <unknown_token> */ ]
0 commit comments