dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_LoadingBaysModule cluster_LoadingBaysModule_providers cluster_LoadingBaysModule_exports BayConformanceService BayConformanceService LoadingBaysService LoadingBaysService LoadingBaysModule LoadingBaysModule LoadingBaysModule->BayConformanceService LoadingBaysModule->LoadingBaysService BayConformanceService BayConformanceService BayConformanceService->LoadingBaysModule BayTimeoutWorkerService BayTimeoutWorkerService BayTimeoutWorkerService->LoadingBaysModule LoadingBaysService LoadingBaysService LoadingBaysService->LoadingBaysModule PushService PushService PushService->LoadingBaysModule
import { Module } from '@nestjs/common';
import { LoadingBaysController } from './loading-bays.controller';
import { LoadingBaysService } from './loading-bays.service';
import { BayConformanceService } from './bay-conformance.service';
import { BayTimeoutWorkerService } from './bay-timeout-worker.service';
import { PushService } from '../notifications/push.service';

@Module({
  controllers: [LoadingBaysController],
  providers: [LoadingBaysService, BayConformanceService, BayTimeoutWorkerService, PushService],
  exports: [LoadingBaysService, BayConformanceService],
})
export class LoadingBaysModule {}

results matching ""

    No results matching ""