Hello, I have two components named A and B. Component A has a dropdown menu with car models, while Component B has another dropdown menu with model years. When I select a car from the dropdown in Component A, the available years associated with that car should display. Everything is functioning correctly, but I am encountering an issue where if I change the year in Component B, Component A does not refresh immediately. The new values only appear after the page is reloaded. I have tried using ngonint() but it is not ideal due to the amount of methods inside. Can someone please suggest a solution? Thank you.