79226647

Date: 2024-11-26 12:09:46
Score: 3.5
Natty:
Report link

I encountered the same error:

NG0204: Can't resolve all parameters for SnowOracleEffects: (?, ?).

The issue was that I forgot to add the @Injectable() decorator to my effects class. Without this decorator, Angular cannot inject dependencies into the class.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Injectable
  • Low reputation (1):
Posted by: dhananjay Surkutlawar