dependency injection issue

Inner Error:
Message: key/value cannot be null or undefined. Are you trying to inject/register something that doesn’t exist with DI?
Inner Error Stack:
Error: key/value cannot be null or undefined. Are you trying to inject/register something that doesn’t exist with DI?

1 Like

can you show what inject did cause this issue? I suspect you perhaps tried to register an TypeScript Interface as key, which won’t work as it transpiles to nothing.

2 Likes