I have an angular layout like this, and I'd like to change the Header section in the parent component from the child component.
I googled this question, but I only see the articles on passing a template from the parent component to the child component.
Is there a way to pass a template from the child component to the parent component?
Or is there any way to inject a component to the header section in the parent from the child component?
I know I can pass values to the parent, but I need to pass either a template or a component.