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.
2 parents cbe7687 + 34160cc commit 899a1d0Copy full SHA for 899a1d0
content/techniques/mongo.md
@@ -491,7 +491,7 @@ The construction above instantiates `MongooseConfigService` inside `MongooseModu
491
492
```typescript
493
@Injectable()
494
-class MongooseConfigService implements MongooseOptionsFactory {
+export class MongooseConfigService implements MongooseOptionsFactory {
495
createMongooseOptions(): MongooseModuleOptions {
496
return {
497
uri: 'mongodb://localhost/nest',
0 commit comments