dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_CLLearningModule cluster_CLLearningModule_exports cluster_CLLearningModule_imports cluster_CLLearningModule_providers ParticipantSubscriptionCourseAccessModule ParticipantSubscriptionCourseAccessModule CLLearningModule CLLearningModule ParticipantSubscriptionCourseAccessModule->CLLearningModule CLLearningService CLLearningService CLLearningModule->CLLearningService CLLearningService CLLearningService CLLearningService->CLLearningModule

File

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

import { ParticipantSubscriptionCourseAccessModule } from "@api/client/shared/participant-subscription-course-access.module";
import { BNestPrismaModule } from "@bish-nest/core/services/database/prisma/prisma.module";
import { Module } from "@nestjs/common";
import { CLLearningController } from "./learning.controller";
import { CLLearningService } from "./learning.service";

@Module({
  imports: [BNestPrismaModule, ParticipantSubscriptionCourseAccessModule],
  controllers: [CLLearningController],
  providers: [CLLearningService],
  exports: [CLLearningService],
})
export class CLLearningModule {}

results matching ""

    No results matching ""