If I have a ParentService, who has a dependency on ChildService, you must list both the ParentService and ChildService in the "providers" attribute of the @Component definition.
Is there a way to implement ParentService so that it automatically injects ChildService so that components only need to reference ParentService?