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 b43059e commit 674820bCopy full SHA for 674820b
content/fundamentals/module-reference.md
@@ -189,9 +189,9 @@ const contextId = ContextIdFactory.getByRequest(this.request);
189
const catsRepository = await this.moduleRef.resolve(CatsRepository, contextId);
190
```
191
192
-#### Instantiating classes dynamically
+#### Instantiating custom classes dynamically
193
194
-To dynamically instantiate a class that wasn't previously registered as a provider, use the module reference's `create()` method.
+To dynamically instantiate a class that **wasn't previously registered** as a **provider**, use the module reference's `create()` method.
195
196
```typescript
197
@@filename(cats.service)
0 commit comments