Exploring the use of ViewChild in Angular has led me to want to apply Inject as well. Check out a simple example here.
I attempted to provide this service in the parent component, but ended up with a different service. Then I tried something similar like this, but I don't want to manually specify the 'provide' section in my new Modules... Is there a way to inject the service from the child instead?