In my case, the error was caused by a different problem.
I was providing the service in two different points. I had written:
@Injectable({provideIn: 'root'})
and I was also providing the module in the app.module.ts. So if you encountered this error you can check this before going ahead