Ok so basically I have the scenario where a service is very similar except for some initialization variables, which is the perfect candidate for factory.
However, I can't figure out how to use multiple services in the same component/module where each service has been initialized with a different factory?
Thanks in advance.