I'm pretty new to Angular, so please excuse me if i ask an obvious question.
I'm wondering if there is a way in Angular2+ to get the previous state of query params within a component's resolver. I mean the configuration of the query params before I land on the current page.
I prefer not to install external packages.