What i want to achieve is when i click on on Action Link in a grid
I want to redirect to a different route and open Backlog Item Details tab by using the ID when i click the link (without query string)
I am using the BehaviorSubject to pass the ID
The issue is the redirect to the page and listening to the subscribed event is not in Sync
Can we achieve this any other way? can i have an example please