79313218

Date: 2024-12-28 04:33:41
Score: 0.5
Natty:
Report link

After much headache, I figured out what the issue was for me. I was importing a library that we build ourselves, and that library had a different version for the @angular packages than the root project since we upgraded them both a few weeks apart. After ensuring the packages the two projects shared under were the same version (did so for non-angular packages), this error went away for me. When they were different versions, they didn't share the same context anymore, disallowing for proper injection.

Reasons:
  • Whitelisted phrase (-2): I figured out
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @angular
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rei El-Khouri