Error: Uncaught (in promise): Error: StaticInjectorError(

hi there, i’m a newbie here help me here.any kind of help is highly appreciated

Error: Uncaught (in promise): Error: StaticInjectorError(AppModule)[RedditService -> Http]:
StaticInjectorError(Platform: core)[RedditService -> Http]:
NullInjectorError: No provider for Http!
Error: StaticInjectorError(AppModule)[RedditService -> Http]:
StaticInjectorError(Platform: core)[RedditService -> Http]:
NullInjectorError: No provider for Http!

The problem is a failure to declare things properly in your AppModule, but you don’t want to be dealing with Http any more anyway. Follow this guide.