dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_BillingModule cluster_BillingModule_exports cluster_BillingModule_providers BillingService BillingService BillingModule BillingModule BillingModule->BillingService BillingService BillingService BillingService->BillingModule

File

src/billing/billing.module.ts

Providers

Controllers

Exports

import { Module } from '@nestjs/common';
import { BillingController } from './billing.controller';
import { BillingService } from './billing.service';

@Module({
  controllers: [BillingController],
  providers: [BillingService],
  exports: [BillingService],
})
export class BillingModule {}

results matching ""

    No results matching ""