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 65b5bce + 03ac649 commit 728b1efCopy full SHA for 728b1ef
content/techniques/sql.md
@@ -655,7 +655,7 @@ The construction above will instantiate `TypeOrmConfigService` inside `TypeOrmMo
655
656
```typescript
657
@Injectable()
658
-class TypeOrmConfigService implements TypeOrmOptionsFactory {
+export class TypeOrmConfigService implements TypeOrmOptionsFactory {
659
createTypeOrmOptions(): TypeOrmModuleOptions {
660
return {
661
type: 'mysql',
0 commit comments