dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AlertsModule cluster_AlertsModule_exports cluster_AlertsModule_providers AlertsService AlertsService AlertsModule AlertsModule AlertsModule->AlertsService AlertsService AlertsService AlertsService->AlertsModule

File

src/alerts/alerts.module.ts

Providers

Controllers

Exports

import { Module } from '@nestjs/common';
import { AlertsController } from './alerts.controller';
import { AlertsService } from './alerts.service';

@Module({
  controllers: [AlertsController],
  providers: [AlertsService],
  exports: [AlertsService],
})
export class AlertsModule {}

results matching ""

    No results matching ""