I'm looking for solution where I can switch dynamically (depending on the component we are in) value in parent component. Value should be different in each component.
Is the service not too much for this kind of solution? Is there a simpler solution in Angular?
Parent - Some text {{ title }}
Child1 - title = "title one" Child2 - title = "title two"
etc.