We are running a hybrid upgrade from angular js to angular 10.
I have a service that I upgraded to angular. Then I downgraded it to inject into an existing angular JS service (we have quite a few, so we need to do piecemeal).
I found this: https://angular.io/guide/upgrade#upgrading-the-phone-service
However, this deals with injecting into a component, not an angular service. Long story short, I get the "unknown provider" error.
I need help downgrading services and injecting them into existing angular services.
Thanks