While working on my angular 2 projects, I encountered an issue where I couldn't reload the page by changing the query parameters within the same URL. I am currently utilizing resolve to fetch data before loading the page.
I am now striving to figure out a way for the resolver to refresh the data whenever there is a change in the URL's query parameters. Can anyone advise me on how to accomplish this?