How to implement RouteReuseStrategy shouldDetach for specific routes in Angular 2
Hey Anders, great question! I’ve got almost the same use case as you, and wanted to do the same thing! User search > get results > User navigates to result > User navigates back > BOOM blazing fast return to results, but you don’t want to store the specific result that the user navigated to. … Read more