Hi,
I’m trying to upgrade our project to latest package versions, and I’m having a problem accessing params in routes. I added router service and did solve some deprecation issues with QueryParams, but I`m stuck with the params.
With older version we used this logic:
transition.params['sources.search'].type
but now even if I have router in place my params is an empty object.