dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_NotificationModule cluster_NotificationModule_providers cluster_NotificationModule_exports NotificationService NotificationService NotificationModule NotificationModule NotificationModule->NotificationService NotificationService NotificationService NotificationService->NotificationModule

File

src/notifications/notification.module.ts

import { Global, Module } from '@nestjs/common';
import { NotificationService } from './notification.service';

@Global()
@Module({
  providers: [NotificationService],
  exports: [NotificationService],
})
export class NotificationModule {}

results matching ""

    No results matching ""