I am facing a challenge with two components, one located in the shared folder and the other in the components folder. The component in the components folder contains a button that, when clicked, triggers a function from my globalFilterService in the services. My issue is that I want this function to also execute for the component in the shared folder when the button is clicked. Specifically, the shared folder component contains a date-picker filter while the other component has different filters that should reset to their default state when the button is clicked. I need the date-picker filter in the shared folder component to also return to its default state when the button in the other component is clicked.