I have a problem with updating string variable in Component1 where I change the value in Component2.
Components are independent of each other. Value in HTML template of Component1 doesn't update itself.
Is there a way to force template update? Beside that I tried: subscribe, @Input/@Output - but I might did that in wrong way. Beside that, I think that I can't include selector in template (comp2) because it would display html template from component2 in component1. I hope I'm wrong. Please, lead me out of my mistake.
