Circular Dependency in NestJS
ref: https://docs.nestjs.com/fundamentals/circular-dependency
Here I have 2 services that import/inject each other: TransactionsService and FundsService
So to able to use both one service in the other, I have to using forwardRef inject.
export class ...
thebrownbox.hashnode.dev1 min read
The Brown Box
Software Engineer
test