On my page, I have 3 main sections: the left component, the right component, and the header component. My goal is to update some data in the header component when the route changes from the left component. However, since the header component is already loaded, how can I access the data within it without using ngDocheck()?
Any advice would be greatly appreciated. Thank you in advance!