Skip to content

Instantly share code, notes, and snippets.

@royib
Created January 19, 2022 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save royib/29e2b3c172095a633b0f458f9f3455d2 to your computer and use it in GitHub Desktop.
Save royib/29e2b3c172095a633b0f458f9f3455d2 to your computer and use it in GitHub Desktop.
import { Module } from '@nestjs/common';
import { NewAndTrendyDbModule } from '../../frameworks/data-services/mongo/NewAndTrendy-data-services.module';
@Module({
imports: [NewAndTrendyDbModule],
exports: [NewAndTrendyDbModule],
})
export class DataServicesModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment