dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_StorageModule cluster_StorageModule_exports cluster_StorageModule_providers StorageService StorageService StorageModule StorageModule StorageModule->StorageService StorageService StorageService StorageService->StorageModule

File

src/storage/storage.module.ts

Providers

Exports

import { Global, Module } from '@nestjs/common';
import { StorageService } from './storage.service';

@Global()
@Module({
  providers: [StorageService],
  exports: [StorageService],
})
export class StorageModule {}

results matching ""

    No results matching ""