Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 506 Bytes

File metadata and controls

9 lines (6 loc) · 506 Bytes

Repro for NestJS with dynamic module and service injection


While writing this project to reproduce the issue I was discussing on NestJS discord, I actually couldn't reproduce it on this simple app. I knew the problem came from the rest of my application. Going back at it, I matched the set up I add on this repro and the problem was solved.

You can run the code with npm start. You'll notice there is no injection error and everything is properly initialized.