Navigating to the same route not refreshing the component?
问题 I've upgraded to use the new Angular 2 router from router-deprecated and some behavior has changed. The page I'm having issues with is a search page. We've chosen to put all the search terms in the URL using the HashLocationStrategy . The routes look like this: const routes: RouterConfig = [ { path: '', component: HomeComponent }, { path: 'search/:term/:cat/:page/:sort/:size/:more', component: HomeComponent }, { path: 'search/:term/:cat/:page/:sort/:size', component: HomeComponent }, { path: