Is there any way to persist the view of a page in angular so that as a User I can get the same view when I revisit the same route.
For eg. RouteA
has a search bar and when user search something it loads results below, now if user has searched something on that page and
after that he leave that page and move to RouteB
for some other operation. When he will revisit the page it should have the same view, that is searched term in the search bar and loaded data in the grid.