Eric Patrick
Results
2
comments of
Eric Patrick
Do you have an ETA on moving to async methods?
FWIW, I had this issue, and fixed with 2 changes: - added `@injectable()` **in addition to** being registered explicitly with `container.register(token, { useClass: myClass })`, and - tsconfig.json was missing...