You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inject is never called because of nonExisting dependency. However without any warning message,it is hard to detect which module has wrong dependencies.
The text was updated successfully, but these errors were encountered:
Hi thanks for this wonderful library. I was using older version for quite long time. Recently updated to latest (still 2 years old ;-).
Anyway my problem is that I would like to detect when injectable declares non existing dependency. Now it seems container just dies.
How to reproduce:
inject is never called because of
nonExisting
dependency. However without any warning message,it is hard to detect which module has wrong dependencies.The text was updated successfully, but these errors were encountered: