dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_AwsCognitoModule cluster_AwsCognitoModule_exports cluster_AwsCognitoModule_providers AwsCognitoService AwsCognitoService AwsCognitoModule AwsCognitoModule AwsCognitoModule->AwsCognitoService AwsCognitoService AwsCognitoService AwsCognitoService->AwsCognitoModule

File

libs/shared/infrastructure/aws-cognito/src/lib/aws-cognito.module.ts

import { Module } from '@nestjs/common';
import { AwsCognitoService } from './aws-cognito.service';

@Module({
  providers: [AwsCognitoService],
  exports: [AwsCognitoService],
})
export class AwsCognitoModule {}

results matching ""

    No results matching ""