I\'ve got a PlayersModule and an ItemsModule.
PlayersModule
ItemsModule
I want to use the ItemsService in the PlayersService.
ItemsService
PlayersService
When
I solved this problem my removing @Inject() from the argument in my constructor that was passing the exported service.
@Inject()