dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_CLProfileModule cluster_CLProfileModule_exports cluster_CLProfileModule_providers CLProfileService CLProfileService CLProfileModule CLProfileModule CLProfileModule->CLProfileService CLProfileService CLProfileService CLProfileService->CLProfileModule

File

apps/recallassess/recallassess-api/src/api/client/profile/profile.module.ts

Providers

Controllers

import { Module } from '@nestjs/common';
import { CLProfileController } from './profile.controller';
import { CLProfileService } from './profile.service';

@Module({
  controllers: [CLProfileController],
  providers: [CLProfileService],
  exports: [CLProfileService],
})
export class CLProfileModule {}

results matching ""

    No results matching ""