I have an Angular2 app in which I created an Header component, that\'s rendered in my main App component.
Now, I have an other Form component that should have its su
Parent and children communicate via a service
Angular2 call method of other component