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.