dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_CLCompanyProfileModule cluster_CLCompanyProfileModule_providers cluster_CLCompanyProfileModule_exports CLCompanyProfileService CLCompanyProfileService CLCompanyProfileModule CLCompanyProfileModule CLCompanyProfileModule->CLCompanyProfileService CLCompanyProfileService CLCompanyProfileService CLCompanyProfileService->CLCompanyProfileModule

File

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

import { Module } from "@nestjs/common";
import { CLCompanyProfileController } from "./company-profile.controller";
import { CLCompanyProfileService } from "./company-profile.service";

@Module({
  controllers: [CLCompanyProfileController],
  providers: [CLCompanyProfileService],
  exports: [CLCompanyProfileService],
})
export class CLCompanyProfileModule {}

results matching ""

    No results matching ""