Is there any way to cache a component?
For example, I'm on a page with some search results and I want to see the detail of a result (that it's on other page) and I would like come back (clicking the browser's back button) to results page and keep the search results without make a search again.
Thanks in advance.
I'm using Angular 2.0.2