While upgrading to the newest version of Angular, I am getting the following error:
ERROR Error: StaticInjectorError(AppModule)[options]:
StaticInjectorError(Platform: core)[options]:
NullInjectorError: No providor for options!
I've gotten similar errors during this upgrade but was able to find the missing service provider because it will be listed where the [options] is. However, I don't see anywhere in my code where I'm injecting an [options] service. How would I be able to determine where this service is being used or what the service even is so that I can provide it?